Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/foxcpp/maddy
/ Reload
Method
Reload
internal/tls/file.go:95–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
93
}
94
95
func
(f *FileLoader) Reload() error {
96
f.log.Println(
"reloading certificates"
)
97
return
f.loadCerts()
98
}
99
100
func
(f *FileLoader) Stop() error {
101
f.reloadTick.Stop()
Callers
nothing calls this directly
Calls
2
loadCerts
Method · 0.95
Println
Method · 0.80
Tested by
no test coverage detected