Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ChunkReader
Function · 0.80
MachoParser
Function · 0.80
file-api.test.ts
File · 0.80
Calls
1
readFile
Method · 0.95
Tested by
no test coverage detected