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

Method sendMessage

helpers/scanner/scan.ts:189–197  ·  view source on GitHub ↗
( details: ScanMessage )

Source from the content-addressed store, hash-verified

187 }
188
189 sendMessage ( details: ScanMessage ) {
190 if ( details.status ) {
191 this.status = details.status
192 }
193
194 if ( typeof this.messageReceiver === 'function' ) {
195 this.messageReceiver( details )
196 }
197 }
198
199 get hasInfoPlist () {
200 return Object.keys( this.infoPlist ).length > 0

Callers 3

readFileBlobMethod · 0.95
AppScanClass · 0.95
runScanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected