MCPcopy Create free account
hub / github.com/microsoft/typescript-go / text

Method text

internal/scanner/regexp.go:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130}
131
132func (p *regExpParser) text() string {
133 return p.scanner.text
134}
135
136func compareDecimalStrings(a string, b string) int {
137 a = strings.TrimLeft(a, "0")

Callers 13

scanPatternModifiersMethod · 0.95
scanAtomEscapeMethod · 0.95
scanDecimalEscapeMethod · 0.95
scanCharacterEscapeMethod · 0.95
scanGroupNameMethod · 0.95
scanClassRangesMethod · 0.95
scanClassSetCharacterMethod · 0.95
scanWordCharactersMethod · 0.95
scanSourceCharacterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected