apm_include_file_p (private)

 apm_include_file_p filename

Defined in packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl

Check if the APM should consider a file found by ad_find_all_files. Files for which apm_ignore_file_p returns true will be ignored. Backup files and SQL scripts (including the ones in upgrade directory) are ignored.

Parameters:
filename

Partial Call Graph (max 5 caller/called nodes):
%3 apm_ignore_file_p apm_ignore_file_p (public) apm_include_file_p apm_include_file_p apm_include_file_p->apm_ignore_file_p

Testcases:
No testcase defined.
Source code:
    #ns_log notice "apm_include_file_p <$filename> => [apm_ignore_file_p $filename]"
    return [expr {![apm_ignore_file_p $filename]}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ]
Show another procedure: