Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
def
sha256hex(s: str) -> str:
76
return
hashlib.sha256(s.encode()).hexdigest()
77
78
79
def
http_get(url: str) -> tuple:
Callers
1
run_tests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected