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

Method GetPluginManager

src/render/rd_context.cpp:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 std::shared_ptr<PluginManager> RdContext::GetPluginManager() {
53 return plugin_manager_;
54 }
55
56 void RdContext::PostTask(std::function<void()>&& task) {
57 task_rt_->Post(SimpleThreadTask::Make(std::move(task)));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected