Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/yuin/gopher-lua
/ restoreCapture
Method
restoreCapture
pm/pm.go:70–70 ·
view source on GitHub ↗
(s int, pos uint32)
Source
from the content-addressed store, hash-verified
68
}
69
70
func
(st *MatchData) restoreCapture(s int, pos uint32) { st.captures[s] = pos }
71
72
func
(st *MatchData) CaptureLength() int {
return
len(st.captures) }
73
Callers
1
recursiveVM
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected