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

Method getAppCategoryList

build-lists.js:354–358  ·  view source on GitHub ↗
( category )

Source from the content-addressed store, hash-verified

352 getAppsByCategory = this.makeAppsByCategory//memoize( this.makeAppsByCategory.bind( this ) )
353
354 getAppCategoryList ( category ) {
355 const categoryLists = this.getAppsByCategory()
356
357 return categoryLists[category]
358 }
359
360 makeKindLists () {
361 const getters = Object.fromEntries( Object.entries( this.lists ).map( ([ listName ]) => {

Callers 1

makeKindListsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected