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

Method getListArray

build-lists.js:321–325  ·  view source on GitHub ↗
( listName )

Source from the content-addressed store, hash-verified

319 }
320
321 getListArray ( listName ) {
322 console.log(`getListArray run ${ timeRunGetListArray += 1 } times`)
323
324 return Array.from( this.lists[ listName ] )
325 }
326
327 getListArrayMemoized = memoize( this.getListArray.bind( this ) )
328

Callers 1

saveAllAppsSummaryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected