MCPcopy Create free account
hub / github.com/audacity/audacity / getErrorString

Method getErrorString

libraries/lib-network-manager/curl/CurlResponse.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119std::string CurlResponse::getErrorString () const
120{
121 std::lock_guard<std::recursive_mutex> lock (mStatusMutex);
122 return mErrorString;
123}
124
125bool CurlResponse::headersReceived () const noexcept
126{

Callers 2

GetResponseResultFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected