MCPcopy 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
57export function webAssetManifestKey(target) {
58 return buildWebManifestKey(target);
59}
60
61export function webAssetKey(target, relativePath) {
62 return buildWebAssetKey(target, relativePath);

Callers 2

web-assets.test.tsFile · 0.90
writeSeaConfigFunction · 0.90

Calls 1

buildWebManifestKeyFunction · 0.90

Tested by

no test coverage detected