MCPcopy Create free account
hub / github.com/acl-dev/acl / curr_path

Method curr_path

lib_acl_cpp/src/stdlib/scan_dir.cpp:235–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235const char* scan_dir::curr_path()
236{
237 if (scan_ == NULL) {
238 return NULL;
239 }
240
241 return acl_scan_dir_path(scan_);
242}
243
244bool scan_dir::get_cwd(string& out)
245{

Callers 9

scan_rmdirFunction · 0.80
ls_fileFunction · 0.80
ls_dirFunction · 0.80
ls_allFunction · 0.80
cmp_fileFunction · 0.80
check_dirFunction · 0.80
cmp_copyFunction · 0.80
check_dirFunction · 0.80
get_filepathMethod · 0.80

Calls 1

acl_scan_dir_pathFunction · 0.85

Tested by

no test coverage detected