Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
112
def
load_config():
113
cfg = _safe_read_json(CONFIG_FILE)
114
return
cfg
if
isinstance(cfg, dict)
else
{}
115
116
117
def
save_config(cfg):
Callers
1
main_menu
Function · 0.70
Calls
1
_safe_read_json
Function · 0.70
Tested by
no test coverage detected