Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ravendevteam/talon
/ reset_install_plan_defaults
Function
reset_install_plan_defaults
configuration_components/install_plan.py:250–252 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
248
249
250
def
reset_install_plan_defaults():
251
os.makedirs(talon_dir(), exist_ok=True)
252
save_install_plan(build_install_plan())
253
254
255
def
load_install_plan() -> dict:
Callers
nothing calls this directly
Calls
3
talon_dir
Function · 0.85
save_install_plan
Function · 0.85
build_install_plan
Function · 0.85
Tested by
no test coverage detected