MCPcopy
hub / github.com/ravendevteam/talon / save_install_plan

Function save_install_plan

configuration_components/install_plan.py:273–276  ·  view source on GitHub ↗
(data: dict)

Source from the content-addressed store, hash-verified

271
272
273def save_install_plan(data: dict):
274 os.makedirs(talon_dir(), exist_ok=True)
275 with open(install_plan_path(), "w", encoding="utf-8") as f:
276 json.dump(data, f, indent=2)
277
278
279def mark_custom(data: dict):

Callers 7

ensure_install_plan_fileFunction · 0.85
load_install_planFunction · 0.85
set_browserFunction · 0.85
skip_browser_installFunction · 0.85
apply_presetFunction · 0.85

Calls 2

talon_dirFunction · 0.85
install_plan_pathFunction · 0.85

Tested by

no test coverage detected