MCPcopy Create free account
hub / github.com/denodrivers/postgres / isEof

Method isEof

query/array_parser.ts:39–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 ) {}
38
39 isEof(): boolean {
40 return this.position >= this.source.length;
41 }
42
43 nextCharacter() {
44 const character = this.source[this.position++];

Callers 2

consumeDimensionsMethod · 0.95
parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected