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

Method has_running_operation

src/python/package_manager.cpp:661–663  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659 }
660
661 bool PackageManager::has_running_operation() const {
662 return m_runner && m_runner->is_running();
663 }
664
665} // namespace lfs::python

Callers 4

register_packagesFunction · 0.80
renderMethod · 0.80
can_stop_python_workFunction · 0.80
stop_python_workFunction · 0.80

Calls 1

is_runningMethod · 0.45

Tested by

no test coverage detected