MCPcopy
hub / github.com/openai/plugins / sha256_json

Function sha256_json

plugins/ngs-analysis/scripts/ngs_run_utils.py:106–108  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

104
105
106def sha256_json(value: Any) -> str:
107 payload = json.dumps(value, sort_keys=True, separators=(",", ":"), default=str).encode("utf-8")
108 return hashlib.sha256(payload).hexdigest()
109
110
111def command_path(name: str) -> str | None:

Callers 1

write_standard_manifestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected