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

Method Reload

livereload/livereload.go:19–19  ·  view source on GitHub ↗
(paths []string)

Source from the content-addressed store, hash-verified

17// Reloader triggers a reload
18type Reloader interface {
19 Reload(paths []string)
20 Watch(ch chan []string)
21}
22

Callers 1

ServeMethod · 0.65

Implementers 1

Serverlivereload/livereload.go

Calls

no outgoing calls

Tested by

no test coverage detected