MCPcopy 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
264func (s *Scanner) TokenEnd() int {
265 return s.pos
266}
267
268func (s *Scanner) TokenText() string {
269 return s.text[s.tokenStart:s.pos]

Callers 15

isValidBigIntStringFunction · 0.95
getTokenFromNodeListFunction · 0.80
nodeEndsWithFunction · 0.80
GetLastChildFunction · 0.80
GetFirstTokenFunction · 0.80
deleteTypeKeywordFunction · 0.80
parseTagCommentsMethod · 0.80
parseJSDocLinkMethod · 0.80
parseSeeTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected