Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
18
type
Reloader
interface
{
19
Reload(paths []string)
20
Watch(ch
chan
[]string)
21
}
22
23
const
(
24
cmdPage =
"page"
Callers
5
Serve
Method · 0.65
TestRouteWatch
Function · 0.65
Watch
Method · 0.65
WatchPaths
Function · 0.65
WatchRoutes
Function · 0.65
Implementers
1
Server
livereload/livereload.go
Calls
no outgoing calls
Tested by
no test coverage detected