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

Function last_serror

lib_acl_cpp/src/stdlib/util.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20const char* last_serror()
21{
22 return acl_last_serror();
23}
24
25const char* last_serror(char* buf, size_t size)
26{

Callers 15

openMethod · 0.70
rmdir_callbackMethod · 0.70
get_cwdMethod · 0.70
block_waitMethod · 0.70
timed_waitMethod · 0.70
__iconv_dll_loadFunction · 0.70
update_beginMethod · 0.70
startMethod · 0.70
waitMethod · 0.70
md5_fileMethod · 0.70
thread_mutexMethod · 0.70
lockMethod · 0.70

Calls 2

acl_last_serrorFunction · 0.85
acl_last_strerrorFunction · 0.85

Tested by 4

test_parseFunction · 0.40
test_parse_mmapFunction · 0.40
test_mmap_writeFunction · 0.40
test_mmap_readFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…