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

Method invoke

src/python/lfs/py_ui_hooks.cpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void PyUIHookRegistry::invoke(const std::string& panel,
147 const std::string& section,
148 PyHookPosition position) {
149 (void)invoke_document(panel, section, nullptr, position);
150 }
151
152 bool PyUIHookRegistry::invoke_document(const std::string& panel,
153 const std::string& section,

Callers 11

register_ui_hooksFunction · 0.45
draw_schema_menu_itemsFunction · 0.45
draw_menu_itemsMethod · 0.45
register_ui_operatorsFunction · 0.45
operator_Method · 0.45
operator_Method · 0.45
register_uiFunction · 0.45
register_operatorsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected