Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_packages
Function · 0.80
render
Method · 0.80
can_stop_python_work
Function · 0.80
stop_python_work
Function · 0.80
Calls
1
is_running
Method · 0.45
Tested by
no test coverage detected