MCPcopy Create free account
hub / github.com/Inist-CNRS/node-csv-string / EOF

Method EOF

src/Parser.ts:188–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 }
187
188 private EOF(): boolean {
189 return this.pointer >= this.input.length;
190 }
191
192 private Residue(): Residue {
193 let value = '';

Callers 2

FileMethod · 0.95
RowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected