MCPcopy Index your code
hub / github.com/ThatGuySam/doesitarm / getAppBundles

Method getAppBundles

build-lists.js:238–242  ·  view source on GitHub ↗
( app )

Source from the content-addressed store, hash-verified

236 }
237
238 async getAppBundles ( app ) {
239 return await Promise.all( app.bundleIds.map( async bundleIdentifier => {
240 return await this.findAppBundle( bundleIdentifier )
241 } ) )
242 }
243
244 sortBundleVersions ( bundles ) {
245 return bundles.map( bundle => {

Callers 1

BuildListsClass · 0.95

Calls 1

findAppBundleMethod · 0.95

Tested by

no test coverage detected