Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ FinalSender
Method
FinalSender
proto/test_final_protocol.h:42–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
{
41
public:
42
FinalSender()
43
{ this->final(true); }
44
FinalSender(const FinalSender&) = delete;
45
FinalSender(FinalSender&&) noexcept = delete;
46
virtual ~FinalSender() = default;
Callers
nothing calls this directly
Calls
1
final
Method · 0.45
Tested by
no test coverage detected