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

Function currentTarget

apps/kimi-code/src/native/web-assets.ts:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46};
47
48function currentTarget(): string {
49 return KIMI_BUILD_INFO.buildTarget ?? `${process.platform}-${process.arch}`;
50}
51
52function toBuffer(value: ArrayBuffer | ArrayBufferView | Buffer | string): Buffer {
53 if (Buffer.isBuffer(value)) return value;

Callers 3

webAssetManifestKeyFunction · 0.70
getNativeWebAssetsDirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected