MCPcopy Create free account
hub / github.com/dlclark/regexp2 / Execute

Method Execute

regexp_codegen_test.go:15–17  ·  view source on GitHub ↗
(r *Runner)

Source from the content-addressed store, hash-verified

13 return t.findFirstChar(r)
14}
15func (t *emptyEngine) Execute(r *Runner) error {
16 return t.execute(r)
17}
18
19func TestRegisterEngine_CacheHit(t *testing.T) {
20 didFindFirst := false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected