MCPcopy
hub / github.com/cortesi/devd / Reloader

Interface Reloader

livereload/livereload.go:18–21  ·  view source on GitHub ↗

Reloader triggers a reload

Source from the content-addressed store, hash-verified

16
17// Reloader triggers a reload
18type Reloader interface {
19 Reload(paths []string)
20 Watch(ch chan []string)
21}
22
23const (
24 cmdPage = "page"

Callers 5

ServeMethod · 0.65
TestRouteWatchFunction · 0.65
WatchMethod · 0.65
WatchPathsFunction · 0.65
WatchRoutesFunction · 0.65

Implementers 1

Serverlivereload/livereload.go

Calls

no outgoing calls

Tested by

no test coverage detected