MCPcopy
hub / github.com/ThatGuySam/doesitarm / readAsBinaryString

Method readAsBinaryString

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

Source from the content-addressed store, hash-verified

184 }
185
186 readAsBinaryString ( file: NodeFile ) {
187 this.readFile( file, 'binary' )
188 }
189
190 readAsDataURL ( file: NodeFile ) {
191 this.readFile( file, 'dataUrl' )

Callers

nothing calls this directly

Calls 1

readFileMethod · 0.95

Tested by

no test coverage detected