Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
func
(p *regExpParser) pos() int {
109
return
p.scanner.pos
110
}
111
112
func
(p *regExpParser) setPos(v int) {
113
p.scanner.pos = v
Callers
15
charAt
Method · 0.95
scanAlternative
Method · 0.95
scanPatternModifiers
Method · 0.95
scanAtomEscape
Method · 0.95
scanDecimalEscape
Method · 0.95
scanCharacterEscape
Method · 0.95
scanGroupName
Method · 0.95
isClassContentExit
Method · 0.95
scanClassRanges
Method · 0.95
scanClassSetExpression
Method · 0.95
scanClassSetSubExpression
Method · 0.95
scanClassSetOperand
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected