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

Method saveAllAppsSummary

build-lists.js:601–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

599 }
600
601 async saveAllAppsSummary () {
602 const summaryNumbers = getListSummaryNumbers( [
603 ...this.getListArray('app'),
604 ...this.getListArray('game'),
605 ...this.getListArray('homebrew'),
606 ] )
607
608 await this.saveToJson( summaryNumbers, `${apiDirectory}/all-apps-summary.json` )
609
610 return summaryNumbers
611 }
612
613 async build () {
614

Callers 1

buildMethod · 0.95

Calls 1

getListArrayMethod · 0.95

Tested by

no test coverage detected