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

Function python_bridge_failure_detail

src/python/runner.cpp:370–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 std::string python_bridge_failure_detail() {
371 std::lock_guard lock(g_python_bridge_failure_mutex);
372 return g_python_bridge_failure_detail;
373 }
374
375 PyObject* import_lichtfeld_module(const char* context, const bool latch_failure = false) {
376 if (g_python_bridge_failed.load(std::memory_order_acquire)) {

Callers 1

import_lichtfeld_moduleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected