MCPcopy
hub / github.com/apache/devlake / init

Function init

backend/core/config/config_viper.go:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110}
111
112func init() {
113 // create the object and load the .env file
114 v = viper.New()
115 initConfig(v)
116}

Callers

nothing calls this directly

Calls 2

initConfigFunction · 0.85
NewMethod · 0.65

Tested by

no test coverage detected