MCPcopy Create free account
hub / github.com/chronoxor/CppServer / onThreadInitialize

Method onThreadInitialize

tests/test_wss.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26protected:
27 void onThreadInitialize() override { thread_initialize = true; }
28 void onThreadCleanup() override { thread_cleanup = true; }
29 void onStarted() override { started = true; }
30 void onStopped() override { stopped = true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected