Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
function
sha256Hex(input: string): string {
181
return
createHash(
'sha256'
).update(input,
'utf-8'
).digest(
'hex'
)
182
}
183
184
// ==================== header / body ====================
185
Callers
2
rawContentHashOf
Function · 0.70
chunkMessages
Function · 0.70
Calls
1
update
Method · 0.65
Tested by
no test coverage detected