MCPcopy
hub / github.com/passteque/gluetun / newRegexMatcher

Function newRegexMatcher

internal/httpserver/helpers_test.go:35–39  ·  view source on GitHub ↗
(regex string)

Source from the content-addressed store, hash-verified

33}
34
35func newRegexMatcher(regex string) *regexMatcher {
36 return &regexMatcher{
37 regexp: regexp.MustCompile(regex),
38 }
39}

Callers 1

Test_Server_Run_successFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected