MCPcopy Create free account
hub / github.com/ThatGuySam/doesitarm / setup

Method setup

helpers/app-files-scanner.js:730–737  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

728 }
729
730 async setup () {
731
732 // Setup zip reader if not already done
733 if ( !this.zipModule && !zip ) {
734 await this.setupZipReader()
735 }
736
737 }
738
739}

Callers

nothing calls this directly

Calls 1

setupZipReaderMethod · 0.95

Tested by

no test coverage detected