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

Interface ScanMessage

helpers/scanner/scan.ts:77–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77export interface ScanMessage {
78 data?: unknown
79 error?: unknown
80 message?: string
81 status: ScanStatus
82}
83
84interface ScanFileEntry {
85 directory?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected