MCPcopy 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
51func newMatchState() *MatchData { return &MatchData{[]uint32{}} }
52
53func (st *MatchData) addPosCapture(s, pos int) {
54 for s+1 >= len(st.captures) {

Callers 1

recursiveVMFunction · 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…