Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
func
(r *Regexp) Valid() bool {
14
return
r.Regexp != nil
15
}
16
17
func
(r Regexp) String() string {
18
if
!r.Valid() {
Callers
1
String
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected