MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _json_dumps

Function _json_dumps

skills/wiki-store/scripts/wiki_db.py:39–40  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

37
38
39def _json_dumps(value: Any) -> str:
40 return json.dumps(value or {}, ensure_ascii=False, sort_keys=True)
41
42
43def _json_loads(value: Any) -> Dict[str, Any]:

Callers 2

upsert_nodeFunction · 0.85
upsert_edgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected