Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devaccuracy/ledgerforge
/ InitConfig
Function
InitConfig
config/config.go:252–255 ·
view source on GitHub ↗
(configFile string)
Source
from the content-addressed store, hash-verified
250
}
251
252
func
InitConfig(configFile string) error {
253
logger()
254
return
loadConfigFromFile(configFile)
255
}
256
257
func
Fetch() (*Configuration, error) {
258
config := ConfigStore.Load()
Callers
2
preRun
Function · 0.92
TestInitConfig
Function · 0.85
Calls
2
logger
Function · 0.85
loadConfigFromFile
Function · 0.85
Tested by
1
TestInitConfig
Function · 0.68