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

Method getRawAsset

apps/kimi-code/src/native/native-assets.ts:63–63  ·  view source on GitHub ↗
(assetKey: string)

Source from the content-addressed store, hash-verified

61 isSea(): boolean;
62 getAssetKeys(): string[];
63 getRawAsset(assetKey: string): ArrayBuffer;
64}
65
66const nodeRequire = createRequire(import.meta.url);

Callers 5

getSeaAssetSourceFunction · 0.65
ensureNativeAssetTreeFunction · 0.65
getNativeWebAssetsDirFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected