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

Function nativeAssetManifestKey

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

Source from the content-addressed store, hash-verified

81}
82
83export function nativeAssetManifestKey(target: string = currentTarget()): string {
84 return buildManifestKey(target);
85}
86
87function toBuffer(value: ArrayBuffer | ArrayBufferView | Buffer | string): Buffer {
88 if (Buffer.isBuffer(value)) return value;

Callers 2

writeSeaConfigFunction · 0.85

Calls 2

buildManifestKeyFunction · 0.90
currentTargetFunction · 0.70

Tested by

no test coverage detected