MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / buildWebManifestKey

Function buildWebManifestKey

apps/kimi-code/scripts/native/manifest.mjs:16–18  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

14}
15
16export function buildWebManifestKey(target) {
17 return `web/${target}/manifest.json`;
18}
19
20export function buildWebAssetKey(target, relativePath) {
21 return `web/${target}/dist-web/${relativePath}`;

Callers 2

webAssetManifestKeyFunction · 0.90
webAssetManifestKeyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected