Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrNeRF/LichtFeld-Studio
/ root_dir
Method
root_dir
src/python/package_manager.cpp:283–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
281
}
282
283
std::filesystem::path PackageManager::root_dir() const {
284
return m_root_dir;
285
}
286
287
std::filesystem::path PackageManager::venv_dir() const {
288
return m_venv_dir;
Callers
1
run_plugin_command
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected