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

Method FindFirstChar

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

Source from the content-addressed store, hash-verified

10}
11
12func (t *emptyEngine) FindFirstChar(r *Runner) bool {
13 return t.findFirstChar(r)
14}
15func (t *emptyEngine) Execute(r *Runner) error {
16 return t.execute(r)
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected