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

Function buildManifestKey

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

Source from the content-addressed store, hash-verified

2export const WEB_ASSET_MANIFEST_VERSION = 1;
3
4export function buildManifestKey(target) {
5 return `native/${target}/manifest.json`;
6}
7
8export function isManifestVersionSupported(version) {
9 return version === NATIVE_ASSET_MANIFEST_VERSION;

Callers 2

manifest.test.tsFile · 0.90
nativeAssetManifestKeyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected