MCPcopy 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
2536char *acl_vstream_loadfile(const char *path)
2537{
2538 return acl_vstream_loadfile2(path, NULL);
2539}
2540
2541char *acl_vstream_loadfile2(const char *path, ssize_t *size)
2542{

Callers 12

parse_xml_fileFunction · 0.85
mainFunction · 0.85
test_json_fileFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
fmt_changeFunction · 0.85
load_fromFunction · 0.85
acl_xinetd_cfg_loadFunction · 0.85
run_clientFunction · 0.85
run_clientFunction · 0.85
TransMethod · 0.85
TransFileMethod · 0.85

Calls 1

acl_vstream_loadfile2Function · 0.85

Tested by 1

test_json_fileFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…