Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
60
interface
NodeSeaModule {
61
isSea(): boolean;
62
getAssetKeys(): string[];
63
getRawAsset(assetKey: string): ArrayBuffer;
64
}
65
Callers
3
getSeaAssetSource
Function · 0.65
getEmbeddedNativeAssetManifest
Function · 0.65
getEmbeddedWebAssetManifest
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected