MCPcopy Create free account
hub / github.com/devfeel/dotweb / dealConfigDefaultSet

Function dealConfigDefaultSet

config/configs.go:263–265  ·  view source on GitHub ↗
(c *Config)

Source from the content-addressed store, hash-verified

261}
262
263func dealConfigDefaultSet(c *Config) {
264
265}
266
267func initConfig(configFile string, ctType string, parser func([]byte, interface{}) error) (*Config, error) {
268 content, err := ioutil.ReadFile(configFile)

Callers 1

InitConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected