MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / get_plugin_manager

Function get_plugin_manager

src/python/lfs/py_plugins.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18 namespace {
19 nb::object get_plugin_manager() {
20 return nb::module_::import_("lfs_plugins").attr("PluginManager").attr("instance")();
21 }
22
23 nb::object get_capability_registry() {
24 return nb::module_::import_("lfs_plugins").attr("CapabilityRegistry").attr("instance")();

Callers 1

register_pluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected