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

Function pacFile

fodcmd/pac.go:39–41  ·  view source on GitHub ↗
(target io.Writer, domains ...string)

Source from the content-addressed store, hash-verified

37}
38
39func pacFile(target io.Writer, domains ...string) error {
40 return pacTmpl.Execute(target, domains)
41}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected