MCPcopy
hub / github.com/ThatGuySam/doesitarm / isApp

Method isApp

helpers/app-files-scanner.js:101–106  ·  view source on GitHub ↗
( file )

Source from the content-addressed store, hash-verified

99 }
100
101 isApp ( file ) {
102
103 if ( file.type.includes('/') && notAppFileTypes.has( file.type.split('/')[0] ) ) return false
104
105 return true
106 }
107
108 getStatusMessage () {
109 // 'Drag and drop one or multiple apps'

Callers 1

scanFileMethod · 0.95

Calls 1

hasMethod · 0.80

Tested by

no test coverage detected