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

Interface AppScanOptions

helpers/scanner/scan.ts:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98interface AppScanOptions {
99 fileLoader: (() => MaybePromise<ArrayBuffer | Blob | ScanFileLike>) | ArrayBuffer | Blob | ScanFileLike
100 messageReceiver?: ( details: ScanMessage ) => void
101}
102
103function makeNodeFileBuffer ( buffer: Uint8Array ) {
104 const fileBuffer = Buffer.alloc( buffer.byteLength )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected