Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acl-dev/acl
/ acl_vstream_loadfile
Function
acl_vstream_loadfile
lib_acl/src/stdlib/acl_vstream.c:2536–2539 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2534
}
2535
2536
char *acl_vstream_loadfile(const char *path)
2537
{
2538
return acl_vstream_loadfile2(path, NULL);
2539
}
2540
2541
char *acl_vstream_loadfile2(const char *path, ssize_t *size)
2542
{
Callers
12
parse_xml_file
Function · 0.85
main
Function · 0.85
test_json_file
Function · 0.85
main
Function · 0.85
main
Function · 0.85
fmt_change
Function · 0.85
load_from
Function · 0.85
acl_xinetd_cfg_load
Function · 0.85
run_client
Function · 0.85
run_client
Function · 0.85
Trans
Method · 0.85
TransFile
Method · 0.85
Calls
1
acl_vstream_loadfile2
Function · 0.85
Tested by
1
test_json_file
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…