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 15

initMethod · 0.85
initMethod · 0.85
resolveMethod · 0.85
pollMethod · 0.85
xferFileMethod · 0.85
xferDirMethod · 0.85
sendResponseMethod · 0.85
listTransferMethod · 0.85
retrieveTransferMethod · 0.85
flushStoreBufferMethod · 0.85
storeTransferMethod · 0.85
CDUPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected