MCPcopy 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}
74func (fw *fsWatcher) Events() <-chan []FSEvent { return fw.events }
75func (fw *fsWatcher) Close() error {
76 fw.mu.Lock()
77 if fw.closed {

Callers 1

forwardEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected