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

Function main

fodcmd/main.go:62–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func main() {
63 flag.Parse()
64 domains, err := load(*listFile)
65 check(err)
66
67 check(execute(*foxy, foxyProxy, domains...))
68 check(execute(*ppx, proxifier, domains...))
69 check(execute(*pac, pacFile, domains...))
70}
71
72func init() {
73 p, err := os.Getwd()

Callers

nothing calls this directly

Calls 3

loadFunction · 0.85
checkFunction · 0.85
executeFunction · 0.85

Tested by

no test coverage detected