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

Method Watch

livereload/livereload.go:20–20  ·  view source on GitHub ↗
(ch chan []string)

Source from the content-addressed store, hash-verified

18type Reloader interface {
19 Reload(paths []string)
20 Watch(ch chan []string)
21}
22
23const (

Callers 4

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

Implementers 1

Serverlivereload/livereload.go

Calls

no outgoing calls

Tested by 1

TestRouteWatchFunction · 0.52