Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/blackboxo/CleanMyWechat
/ save_json
Function
save_json
main.py:136–138 ·
view source on GitHub ↗
(path, data)
Source
from the content-addressed store, hash-verified
134
135
136
def
save_json(path, data):
137
with
open(path,
"w"
, encoding=
"utf-8"
)
as
f:
138
json.dump(data, f, ensure_ascii=False, indent=2)
139
140
141
def
format_size(size):
Callers
6
load_config_file
Function · 0.85
open_file
Method · 0.85
persist_current_config
Method · 0.85
create_config
Method · 0.85
callback
Method · 0.85
smart_detect_wechat_path
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected