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

Interface ScanMachoFileInstance

helpers/scanner/scan.ts:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91interface ScanMachoFileInstance {
92 blob?: Blob
93 buffer: NodeFile['buffer']
94 name: string
95 type: string
96}
97
98interface AppScanOptions {
99 fileLoader: (() => MaybePromise<ArrayBuffer | Blob | ScanFileLike>) | ArrayBuffer | Blob | ScanFileLike

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected