Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ webAssetManifestKey
Function
webAssetManifestKey
apps/kimi-code/scripts/native/web-assets.mjs:57–59 ·
view source on GitHub ↗
(target)
Source
from the content-addressed store, hash-verified
55
}
56
57
export
function
webAssetManifestKey(target) {
58
return
buildWebManifestKey(target);
59
}
60
61
export
function
webAssetKey(target, relativePath) {
62
return
buildWebAssetKey(target, relativePath);
Callers
2
web-assets.test.ts
File · 0.90
writeSeaConfig
Function · 0.90
Calls
1
buildWebManifestKey
Function · 0.90
Tested by
no test coverage detected