MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / close

Method close

Libraries/HttpClient/HttpClient.cpp:1233–1242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233SC::Result SC::HttpClient::close()
1234{
1235 if (not initialized)
1236 {
1237 return Result(true);
1238 }
1239 SC_TRY(platformClose());
1240 initialized = false;
1241 return Result(true);
1242}
1243
1244SC::Result SC::HttpClientOperation::init(HttpClient& clientValue, const HttpClientOperationMemory& memory)
1245{

Callers 1

executeBlockingMethod · 0.45

Calls 3

ResultClass · 0.50
lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected