Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
const
nodeRequire = createRequire(
import
.meta.url);
Callers
5
getSeaAssetSource
Function · 0.65
getEmbeddedNativeAssetManifest
Function · 0.65
ensureNativeAssetTree
Function · 0.65
getEmbeddedWebAssetManifest
Function · 0.65
getNativeWebAssetsDir
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected