MCPcopy
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
250def reset_install_plan_defaults():
251 os.makedirs(talon_dir(), exist_ok=True)
252 save_install_plan(build_install_plan())
253
254
255def load_install_plan() -> dict:

Callers

nothing calls this directly

Calls 3

talon_dirFunction · 0.85
save_install_planFunction · 0.85
build_install_planFunction · 0.85

Tested by

no test coverage detected