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

Method GetNetPlugins

src/render/plugin_interface/gr_plugin_interface.cpp:302–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300 }
301
302 std::map<std::string, GrNetPlugin*> GrPluginInterface::GetNetPlugins() {
303 return net_plugins_;
304 }
305
306 int64_t GrPluginInterface::GetQueuingMediaMsgCountInNetPlugins() {
307 int64_t queuing_msg_count = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected