MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isAssetBundle

Function isAssetBundle

packages/utils/src/asset.ts:15–17  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

13}
14
15export function isAssetBundle(obj: any): obj is AssetBundle {
16 return obj && obj.type === AssetType.Bundle;
17}
18
19export function assetBundle(
20 assets?: Asset | AssetList | null,

Callers 2

parseAssetFunction · 0.85
parseAssetListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…