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

Function get_capability_registry

src/python/lfs/py_plugins.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 nb::object get_capability_registry() {
24 return nb::module_::import_("lfs_plugins").attr("CapabilityRegistry").attr("instance")();
25 }
26
27 nb::object get_settings_manager() {
28 return nb::module_::import_("lfs_plugins").attr("SettingsManager").attr("instance")();

Callers 1

register_pluginsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected