MCPcopy Index your code
hub / github.com/Monibuca/engine / Valid

Method Valid

config/regexp.go:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13func (r *Regexp) Valid() bool {
14 return r.Regexp != nil
15}
16
17func (r Regexp) String() string {
18 if !r.Valid() {

Callers 1

StringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected