Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/yuin/gopher-lua
/ newMatchState
Function
newMatchState
pm/pm.go:51–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
newMatchState() *MatchData {
return
&MatchData{[]uint32{}} }
52
53
func
(st *MatchData) addPosCapture(s, pos int) {
54
for
s+1 >= len(st.captures) {
Callers
1
recursiveVM
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…