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

Method constructor

helpers/app-files-scanner.js:81–92  ·  view source on GitHub ↗
( {
        observableFilesArray,
        testResultStore,
        zipModule = null
    } )

Source from the content-addressed store, hash-verified

79export default class AppFilesScanner {
80
81 constructor( {
82 observableFilesArray,
83 testResultStore,
84 zipModule = null
85 } ) {
86 // Files to process
87 this.files = observableFilesArray
88
89 this.testResultStore = testResultStore
90
91 this.zipModule = zipModule
92 }
93
94 get zip () {
95

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected