MCPcopy
hub / github.com/lutzroeder/netron / cur

Method cur

source/python.js:11466–11468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11464 this.next();
11465 }
11466 cur() {
11467 return this.next_tokens[0];
11468 }
11469 lookahead() {
11470 if (!this.next_tokens[1].kind) {
11471 this.position += this.cur().text().length;

Callers 11

parseDeclarationMethod · 0.80
parseArgumentMethod · 0.80
parseDefaultValueMethod · 0.80
parseSingleConstantMethod · 0.80
parseConstantListMethod · 0.80
lookaheadMethod · 0.80
nextIfMethod · 0.80
expectMethod · 0.80
parseBaseTypeMethod · 0.80
parseFakeAndRealTypeMethod · 0.80
parseAliasAnnotationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected