Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
func
newRegexMatcher(regex string) *regexMatcher {
36
return
®exMatcher{
37
regexp: regexp.MustCompile(regex),
38
}
39
}
Callers
1
Test_Server_Run_success
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected