MCPcopy 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
70func (st *MatchData) restoreCapture(s int, pos uint32) { st.captures[s] = pos }
71
72func (st *MatchData) CaptureLength() int { return len(st.captures) }
73

Callers 1

recursiveVMFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected