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

Interface ScanFileEntry

helpers/scanner/scan.ts:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84interface ScanFileEntry {
85 directory?: boolean
86 filename: string
87 getData: ( writer: unknown ) => Promise<unknown>
88 uncompressedSize: number
89}
90
91interface ScanMachoFileInstance {
92 blob?: Blob

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected