Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ sha256
Function
sha256
apps/kimi-code/scripts/native/web-assets.mjs:20–22 ·
view source on GitHub ↗
(bytes)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
sha256(bytes) {
21
return
createHash(
'sha256'
).update(bytes).digest(
'hex'
);
22
}
23
24
async
function
listFiles(root) {
25
const
files = [];
Callers
1
collectAssetRoot
Function · 0.70
Calls
1
update
Method · 0.65
Tested by
no test coverage detected