Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
parse
Function · 0.80
tokensFrom
Method · 0.80
createLanguageClient
Method · 0.80
Calls
1
scan
Method · 0.95
Tested by
no test coverage detected