MCPcopy 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
20function sha256(bytes) {
21 return createHash('sha256').update(bytes).digest('hex');
22}
23
24async function listFiles(root) {
25 const files = [];

Callers 1

collectAssetRootFunction · 0.70

Calls 1

updateMethod · 0.65

Tested by

no test coverage detected