Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ TokenEnd
Method
TokenEnd
internal/scanner/scanner.go:264–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
262
}
263
264
func
(s *Scanner) TokenEnd() int {
265
return
s.pos
266
}
267
268
func
(s *Scanner) TokenText() string {
269
return
s.text[s.tokenStart:s.pos]
Callers
15
isValidBigIntString
Function · 0.95
getTokenFromNodeList
Function · 0.80
getChildrenFromNonJSDocNode
Function · 0.80
nodeEndsWith
Function · 0.80
GetLastChild
Function · 0.80
GetFirstToken
Function · 0.80
deleteTypeKeyword
Function · 0.80
parseJSDocCommentWorker
Method · 0.80
parseTagComments
Method · 0.80
parseJSDocLink
Method · 0.80
parseSeeTag
Method · 0.80
parseJSDocIdentifierName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected