MCPcopy Index your code
hub / github.com/foxcpp/maddy / Regexp

Struct Regexp

internal/table/regexp.go:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31)
32
33type Regexp struct {
34 modName string
35 instName string
36
37 re *regexp.Regexp
38 replacements []string
39
40 expandPlaceholders bool
41}
42
43func NewRegexp(_ *container.C, modName, instName string) (module.Module, error) {
44 return &Regexp{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected