MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / sha256Hex

Function sha256Hex

packages/node-runtime/src/semantic-index/chunker.ts:180–182  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

178}
179
180function sha256Hex(input: string): string {
181 return createHash('sha256').update(input, 'utf-8').digest('hex')
182}
183
184// ==================== header / body ====================
185

Callers 2

rawContentHashOfFunction · 0.70
chunkMessagesFunction · 0.70

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected