MCPcopy Create free account
hub / github.com/GCWing/BitFun / sha256hex

Function sha256hex

src/apps/relay-server/test_incremental_upload.py:75–76  ·  view source on GitHub ↗
(s: str)

Source from the content-addressed store, hash-verified

73
74
75def sha256hex(s: str) -> str:
76 return hashlib.sha256(s.encode()).hexdigest()
77
78
79def http_get(url: str) -> tuple:

Callers 1

run_testsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected