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

Method onThreadInitialize

tests/test_proto.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected