MCPcopy Create free account
hub / github.com/perkeep/perkeep / ExplicitServer

Function ExplicitServer

pkg/client/config.go:65–67  ·  view source on GitHub ↗

ExplicitServer returns the Perkeep server given in the "server" flag, if any. Use AddFlags to register the flag before any flag.Parse call.

()

Source from the content-addressed store, hash-verified

63//
64// Use AddFlags to register the flag before any flag.Parse call.
65func ExplicitServer() string {
66 return flagServer
67}
68
69var (
70 configOnce sync.Once

Callers 3

mainFunction · 0.92
mainFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected