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

Method getAssetKeys

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

Source from the content-addressed store, hash-verified

60interface NodeSeaModule {
61 isSea(): boolean;
62 getAssetKeys(): string[];
63 getRawAsset(assetKey: string): ArrayBuffer;
64}
65

Callers 3

getSeaAssetSourceFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected