content::revision::check_files (private)

 content::revision::check_files [ -max_results max_results ] \
    [ -max_checks max_checks ] [ -returnlist ]

Defined in packages/acs-content-repository/tcl/content-revision-procs.tcl

Figure out, how many files in the CR are not linked to the revisions in the content repository, and report them optionally.

Switches:
-max_results
(defaults to "5000") (optional)
stop after having found so many non-referenced files
-max_checks
(defaults to "10000") (optional)
stop after having checked so many non-referenced files
-returnlist
(boolean) (optional)
return the non-referenced files as part of the result
Author:
Gustaf Neumann

Partial Call Graph (max 5 caller/called nodes):
%3 cr_count_file_entries cr_count_file_entries (private) cr_fs_path cr_fs_path (private) content::revision::check_files content::revision::check_files content::revision::check_files->cr_count_file_entries content::revision::check_files->cr_fs_path

Testcases:
No testcase defined.
[ show source ]
Show another procedure: