Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buct2012dbl/Dorchestrator
/ hashKey
Method
hashKey
coding-agent/src/context/cache.ts:93–95 ·
view source on GitHub ↗
(data: string)
Source
from the content-addressed store, hash-verified
91
}
92
93
static hashKey(data: string): string {
94
return
createHash(
'sha256'
).update(data).digest(
'hex'
);
95
}
96
}
Callers
nothing calls this directly
Calls
1
update
Method · 0.80
Tested by
no test coverage detected