MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / IsWorking

Method IsWorking

src/client/plugin_interface/ct_plugin_interface.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 bool ClientPluginInterface::IsWorking() {
59 return false;
60 }
61
62 bool ClientPluginInterface::OnCreate(const ClientPluginParam& param) {
63 SnowflakeId::initialize(0, 105);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected