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

Method readAsText

helpers/scanner/file-api.ts:194–196  ·  view source on GitHub ↗
( file: NodeFile, encoding?: BufferEncoding )

Source from the content-addressed store, hash-verified

192 }
193
194 readAsText ( file: NodeFile, encoding?: BufferEncoding ) {
195 this.readFile( file, 'text', encoding )
196 }
197
198 private createFileStream () {
199 if ( this.file?.stream ) {

Callers 1

file-api.test.tsFile · 0.80

Calls 1

readFileMethod · 0.95

Tested by

no test coverage detected