Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/typescript-go
/ incPos
Method
incPos
internal/scanner/regexp.go:116–118 ·
view source on GitHub ↗
(n int)
Source
from the content-addressed store, hash-verified
114
}
115
116
func
(p *regExpParser) incPos(n int) {
117
p.scanner.pos += n
118
}
119
120
func
(p *regExpParser) char() rune {
121
return
p.scanner.char()
Callers
15
scanDisjunction
Method · 0.95
scanAlternative
Method · 0.95
scanPatternModifiers
Method · 0.95
scanAtomEscape
Method · 0.95
scanCharacterEscape
Method · 0.95
scanClassRanges
Method · 0.95
scanClassSetExpression
Method · 0.95
scanClassSetSubExpression
Method · 0.95
scanClassSetOperand
Method · 0.95
scanClassStringDisjunctionContents
Method · 0.95
scanClassSetCharacter
Method · 0.95
scanClassAtom
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected