MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / start

Method start

Extension/src/Utility/Text/scanner.ts:346–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

344 }
345
346 start() {
347 if (this.offset === undefined) {
348 this.scan();
349 }
350 return this;
351 }
352
353 /**
354 * Identifies and returns the next token type in the document

Callers 3

parseFunction · 0.80
tokensFromMethod · 0.80
createLanguageClientMethod · 0.80

Calls 1

scanMethod · 0.95

Tested by

no test coverage detected