Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ atEnd
Method
atEnd
src/common/buffer.ts:10–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
atEnd(): boolean {
11
return
this.pos >= this.s.length;
12
}
13
14
peek(): string {
15
return
this.s[this.pos];
Callers
15
parseCode
Function · 0.95
syntax-highlighter.ts
File · 0.45
parseBlocks
Method · 0.45
parseHeading
Method · 0.45
parseBlockquote
Method · 0.45
parseCodeBlock
Method · 0.45
parseCallout
Method · 0.45
parseList
Method · 0.45
parseTable
Method · 0.45
parseParagraph
Method · 0.45
skipWhitespace
Method · 0.45
skipEmptyLines
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected