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

Method pos

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

Source from the content-addressed store, hash-verified

106}
107
108func (p *regExpParser) pos() int {
109 return p.scanner.pos
110}
111
112func (p *regExpParser) setPos(v int) {
113 p.scanner.pos = v

Callers 15

charAtMethod · 0.95
scanAlternativeMethod · 0.95
scanPatternModifiersMethod · 0.95
scanAtomEscapeMethod · 0.95
scanDecimalEscapeMethod · 0.95
scanCharacterEscapeMethod · 0.95
scanGroupNameMethod · 0.95
isClassContentExitMethod · 0.95
scanClassRangesMethod · 0.95
scanClassSetOperandMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected