Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
const char* scan_dir::curr_path()
236
{
237
if (scan_ == NULL) {
238
return NULL;
239
}
240
241
return acl_scan_dir_path(scan_);
242
}
243
244
bool scan_dir::get_cwd(string& out)
245
{
Callers
9
scan_rmdir
Function · 0.80
ls_file
Function · 0.80
ls_dir
Function · 0.80
ls_all
Function · 0.80
cmp_file
Function · 0.80
check_dir
Function · 0.80
cmp_copy
Function · 0.80
check_dir
Function · 0.80
get_filepath
Method · 0.80
Calls
1
acl_scan_dir_path
Function · 0.85
Tested by
no test coverage detected