Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ isEof
Method
isEof
packages/core/src/constraints/parser.ts:407–409 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
405
}
406
407
private isEof(): boolean {
408
return
this.pos >= this.source.length;
409
}
410
411
private peek(offset = 0): string | null {
412
const
ch = this.source[this.pos + offset];
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected