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

Method OnCreate

src/render/plugin_interface/gr_data_provider_plugin.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 bool GrDataProviderPlugin::OnCreate(const tc::GrPluginParam& param) {
19 GrPluginInterface::OnCreate(param);
20 return true;
21 }
22
23 bool GrDataProviderPlugin::OnDestroy() {
24 return true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected