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

Method readAsArrayBuffer

helpers/scanner/file-api.ts:182–184  ·  view source on GitHub ↗
( file: NodeFile )

Source from the content-addressed store, hash-verified

180 }
181
182 readAsArrayBuffer ( file: NodeFile ) {
183 this.readFile( file, 'buffer' )
184 }
185
186 readAsBinaryString ( file: NodeFile ) {
187 this.readFile( file, 'binary' )

Callers 3

ChunkReaderFunction · 0.80
MachoParserFunction · 0.80
file-api.test.tsFile · 0.80

Calls 1

readFileMethod · 0.95

Tested by

no test coverage detected