Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/CppServer
/ onConnecting
Method
onConnecting
examples/proto_client.cpp:34–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
protected:
34
void onConnecting() override
35
{
36
// Reset FBE protocol buffers
37
reset();
38
}
39
40
void onConnected() override
41
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected