Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/foxcpp/maddy
/ Start
Method
Start
internal/table/file.go:107–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
func
(f *File) Start() error {
108
go
f.reloader()
109
return
nil
110
}
111
112
func
(f *File) Reload() error {
113
f.forceReload <-
struct
{}{}
Callers
nothing calls this directly
Calls
1
reloader
Method · 0.95
Tested by
no test coverage detected