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

Interface FileReaderLoadEvent

helpers/scanner/file-api.ts:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface FileReaderLoadEvent {
17 target: {
18 nodeBufferResult: NodeBuffer
19 result: NodeBuffer | string
20 }
21}
22
23interface FileReaderErrorEvent {
24 target: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected