MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / strerror

Function strerror

common/script/httpcall.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 }
248
249 const char* strerror(int code)
250 {
251 return curl_easy_strerror((CURLcode)code);
252 }
253}

Callers 9

initMethod · 0.85
initMethod · 0.85
list_transferFunction · 0.85
ftp_xfer_fileFunction · 0.85
ftp_xfer_dirFunction · 0.85
ftp.cFile · 0.85
webResultFunction · 0.85
StringStrerrorFunction · 0.85
StdioBasePrintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected