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

Interface WorkerScanFile

helpers/scanner/client.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11type ScanMessageReceiver = ( details: ScanMessage ) => void
12
13interface WorkerScanFile extends ScanFileLike {
14 arrayBuffer: ArrayBuffer
15}
16
17interface WorkerFinishedMessage extends ScanMessage {
18 error?: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected