MCPcopy
hub / github.com/freedomofdevelopers/fod / nameToFoxyPattern

Function nameToFoxyPattern

fodcmd/foxyproxy.go:22–24  ·  view source on GitHub ↗
(in string)

Source from the content-addressed store, hash-verified

20}
21
22func nameToFoxyPattern(in string) string {
23 return "*" + in
24}
25
26func foxyProxy(target io.Writer, domains ...string) error {
27 all := foxyStruct{

Callers 1

foxyProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected