Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Emmimal/control-layer
/ _hash
Method
_hash
control_layer.py:1071–1072 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
1069
1070
@staticmethod
1071
def
_hash(text: str) -> str:
1072
return
hashlib.sha256(text.encode()).hexdigest()[:12]
1073
1074
@staticmethod
1075
def
_make_audit_id(text: str) -> str:
Callers
1
_log_record
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected