Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
func
nameToFoxyPattern(in string) string {
23
return
"*"
+ in
24
}
25
26
func
foxyProxy(target io.Writer, domains ...string) error {
27
all := foxyStruct{
Callers
1
foxyProxy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected