Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
15
type
noopWatcher
struct
{
16
mu sync.Mutex
17
closed bool
18
done
chan
struct
{}
19
}
20
21
func
(*noopWatcher) Add(string) error {
22
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected