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

Function flush_signals

src/python/python_runtime.cpp:1227–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1225 }
1226
1227 void flush_signals() {
1228 if (g_signal_bridge_callbacks.flush) {
1229 g_signal_bridge_callbacks.flush();
1230 }
1231 }
1232
1233 void set_viewport_overlay_callbacks(HasViewportDrawHandlersCallback has_cb,
1234 InvokeViewportOverlayCallback invoke_cb) {

Callers 1

renderMethod · 0.85

Calls 1

flushMethod · 0.45

Tested by

no test coverage detected