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

Function parseAssetList

packages/utils/src/asset.ts:172–176  ·  view source on GitHub ↗
(scripts: any, styles: any, assets: AssetList, level?: AssetLevel)

Source from the content-addressed store, hash-verified

170}
171
172function parseAssetList(scripts: any, styles: any, assets: AssetList, level?: AssetLevel) {
173 for (const asset of assets) {
174 parseAsset(scripts, styles, asset, level);
175 }
176}
177
178function parseAsset(scripts: any, styles: any, asset: Asset | undefined | null, level?: AssetLevel) {
179 if (!asset) {

Callers 1

parseAssetFunction · 0.70

Calls 1

parseAssetFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…