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

Method finish

Libraries/Http/HttpWebSocket.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 }
235
236 SC::Result finish(uint8_t digest[20])
237 {
238 CC_SHA1_Final(digest, &context);
239 return SC::Result(true);
240 }
241#if SC_COMPILER_CLANG
242#pragma clang diagnostic pop
243#endif

Callers 1

computeAcceptMethod · 0.45

Calls 2

ResultClass · 0.50
ErrorEnum · 0.50

Tested by

no test coverage detected