MCPcopy Create free account
hub / github.com/denoland/std / #isEOF

Method #isEOF

csv/parse.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 return buffer;
69 }
70 #isEOF(): boolean {
71 return this.#cursor >= this.#input.length;
72 }
73 #parseRecord(zeroBasedStartLine: number): string[] | null {
74 let fullLine = this.#readLine();
75 if (fullLine === null) return null;

Callers 2

#readLineMethod · 0.95
#parseRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected