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

Function last_error

lib_acl_cpp/src/stdlib/util.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace acl {
9
10int last_error()
11{
12 return acl_last_error();
13}
14
15void set_error(int errnum)
16{

Callers 15

runningMethod · 0.85
runMethod · 0.85
runMethod · 0.85
compare_filesFunction · 0.85
setup_sslMethod · 0.85
do_echoMethod · 0.85
requestMethod · 0.85
uploadMethod · 0.85
read_frame_headMethod · 0.85
read_frame_dataMethod · 0.85
createMethod · 0.85
move_fileMethod · 0.85

Calls 1

acl_last_errorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…