MCPcopy 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
268func (s *Scanner) TokenText() string {
269 return s.text[s.tokenStart:s.pos]
270}
271
272func (s *Scanner) TokenValue() string {
273 return s.tokenValue

Callers 7

parseTagCommentsMethod · 0.80
parseJSDocLinkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected