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

Method GetPluginContext

src/render/plugin_interface/gr_plugin_interface.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42{
43
44 std::shared_ptr<GrPluginContext> GrPluginInterface::GetPluginContext() {
45 return plugin_context_;
46 }
47
48 std::string GrPluginInterface::GetPluginName() {
49 return "dummy";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected