MCPcopy 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
118function hashContent(s: string): string {
119 return crypto.createHash('sha256').update(s).digest('hex');
120}

Callers 1

dedupHistoryFunction · 0.70

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected