Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ContentSquare/chproxy
/ reloadConfig
Function
reloadConfig
main.go:319–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
317
}
318
319
func
reloadConfig() error {
320
cfg, err := loadConfig()
321
if
err != nil {
322
return
err
323
}
324
return
applyConfig(cfg)
325
}
326
327
var
(
328
buildTag =
"unknown"
Callers
2
TestReloadConfig
Function · 0.85
setupReloadConfigWatch
Function · 0.85
Calls
2
loadConfig
Function · 0.85
applyConfig
Function · 0.85
Tested by
1
TestReloadConfig
Function · 0.68