MCPcopy 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

parseCodeFunction · 0.95
parseBlocksMethod · 0.45
parseHeadingMethod · 0.45
parseBlockquoteMethod · 0.45
parseCodeBlockMethod · 0.45
parseCalloutMethod · 0.45
parseListMethod · 0.45
parseTableMethod · 0.45
parseParagraphMethod · 0.45
skipWhitespaceMethod · 0.45
skipEmptyLinesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected