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

Function webAssetManifestKey

apps/kimi-code/src/native/web-assets.ts:117–119  ·  view source on GitHub ↗
(target: string = currentTarget())

Source from the content-addressed store, hash-verified

115}
116
117export function webAssetManifestKey(target: string = currentTarget()): string {
118 return buildWebManifestKey(target);
119}
120
121export function getEmbeddedWebAssetManifest(
122 source: WebAssetSource | null = getSeaAssetSource(),

Callers 1

Calls 2

buildWebManifestKeyFunction · 0.90
currentTargetFunction · 0.70

Tested by

no test coverage detected