MCPcopy 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
107func (f *File) Start() error {
108 go f.reloader()
109 return nil
110}
111
112func (f *File) Reload() error {
113 f.forceReload <- struct{}{}

Callers

nothing calls this directly

Calls 1

reloaderMethod · 0.95

Tested by

no test coverage detected