MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / load_config

Function load_config

Scripts/Developer Base/Smart Notes.py:112–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112def load_config():
113 cfg = _safe_read_json(CONFIG_FILE)
114 return cfg if isinstance(cfg, dict) else {}
115
116
117def save_config(cfg):

Callers 1

main_menuFunction · 0.70

Calls 1

_safe_read_jsonFunction · 0.70

Tested by

no test coverage detected