Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QodeXcli/QodeX
/ hashContent
Function
hashContent
src/agent/dedup.ts:118–120 ·
view source on GitHub ↗
(s: string)
Source
from the content-addressed store, hash-verified
116
}
117
118
function
hashContent(s: string): string {
119
return
crypto.createHash(
'sha256'
).update(s).digest(
'hex'
);
120
}
Callers
1
dedupHistory
Function · 0.70
Calls
1
update
Method · 0.80
Tested by
no test coverage detected