MCPcopy Index your code
hub / github.com/coder/coder / noopWatcher

Struct noopWatcher

agent/agentcontainers/watcher/noop.go:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type noopWatcher struct {
16 mu sync.Mutex
17 closed bool
18 done chan struct{}
19}
20
21func (*noopWatcher) Add(string) error {
22 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected