Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ TokenText
Method
TokenText
internal/scanner/scanner.go:268–270 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
266
}
267
268
func
(s *Scanner) TokenText() string {
269
return
s.text[s.tokenStart:s.pos]
270
}
271
272
func
(s *Scanner) TokenValue() string {
273
return
s.tokenValue
Callers
7
getTemplateLiteralRawText
Method · 0.80
createIdentifierWithDiagnostic
Method · 0.80
parseJSDocCommentWorker
Method · 0.80
skipWhitespaceOrAsterisk
Method · 0.80
parseTagComments
Method · 0.80
parseJSDocLink
Method · 0.80
parseJSDocIdentifierName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected