MCPcopy Create free account
hub / github.com/52funny/pikpakcli / readFromPath

Function readFromPath

conf/config.go:130–132  ·  view source on GitHub ↗

Read configuration file from the given path

(path string)

Source from the content-addressed store, hash-verified

128
129// Read configuration file from the given path
130func readFromPath(path string) error {
131 return readConfig(path)
132}
133
134// Read configuration file from config path
135func readFromConfigDir() error {

Callers 1

InitConfigFunction · 0.85

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected