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

Function clear_frame_callback

src/python/runner.cpp:1409–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1407 }
1408
1409 void clear_frame_callback() {
1410 std::lock_guard lock(g_frame_mutex);
1411 g_frame_callback = nullptr;
1412 }
1413
1414 bool has_frame_callback() {
1415 std::lock_guard lock(g_frame_mutex);

Callers 3

finalizeFunction · 0.85
NB_MODULEFunction · 0.85
stop_python_workFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected