Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Events
Method
Events
agent/filefinder/watcher_fs.go:74–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
go
fw.loop(ctx)
73
}
74
func
(fw *fsWatcher) Events() <-
chan
[]FSEvent {
return
fw.events }
75
func
(fw *fsWatcher) Close() error {
76
fw.mu.Lock()
77
if
fw.closed {
Callers
1
forwardEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected