Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
computeAccept
Method · 0.45
Calls
2
Result
Class · 0.50
Error
Enum · 0.50
Tested by
no test coverage detected