MCPcopy
hub / github.com/perkeep/perkeep / parseConfig

Function parseConfig

pkg/client/config.go:77–80  ·  view source on GitHub ↗

config parsing in the global environment.

()

Source from the content-addressed store, hash-verified

75
76// config parsing in the global environment.
77func parseConfig() {
78 var nilClient *Client
79 nilClient.parseConfig()
80}
81
82// lazy config parsing when there's a known client already.
83// The client c may be nil.

Callers

nothing calls this directly

Calls 1

parseConfigMethod · 0.95

Tested by

no test coverage detected