Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
consumeDimensions
Method · 0.95
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected