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

Method IsWorking

src/render/plugin_interface/gr_plugin_interface.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 bool GrPluginInterface::IsWorking() {
89 return plugin_enabled_;
90 }
91
92 bool GrPluginInterface::OnCreate(const GrPluginParam& param) {
93 SnowflakeId::initialize(0, 103);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected