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

Method IsStreamPlugin

src/render/plugin_interface/gr_plugin_interface.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 }
63
64 bool GrPluginInterface::IsStreamPlugin() {
65 return plugin_type_ == GrPluginType::kStream;
66 }
67
68 std::string GrPluginInterface::GetVersionName() {
69 return "1.0.0";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected