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

Interface WorkerFinishedMessage

helpers/scanner/client.ts:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17interface WorkerFinishedMessage extends ScanMessage {
18 error?: {
19 message?: string
20 }
21 scan?: AppScanSnapshot
22 status: 'finished'
23}
24
25function toArrayBuffer ( value: ArrayBuffer | ArrayBufferView ) {
26 if ( value instanceof ArrayBuffer ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected