Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Close
Method
Close
agent/agentcontainers/watcher/watcher.go:35–35 ·
view source on GitHub ↗
Close shuts down the watcher and releases any resources.
()
Source
from the content-addressed store, hash-verified
33
34
// Close shuts down the watcher and releases any resources.
35
Close() error
36
}
37
38
type
fsnotifyWatcher
struct
{
Callers
15
Close
Method · 0.65
start
Method · 0.65
createSocket
Function · 0.65
isSocketAvailable
Function · 0.65
Close
Method · 0.65
Close
Method · 0.65
ConnectRPC29
Method · 0.65
New
Function · 0.65
readAndSanitizeFile
Function · 0.65
discoverSkills
Function · 0.65
streamFile
Method · 0.65
readFileLines
Method · 0.65
Implementers
3
fakeWatcher
agent/agentcontainers/api_test.go
noopWatcher
agent/agentcontainers/watcher/noop.go
fsnotifyWatcher
agent/agentcontainers/watcher/watcher.
Calls
no outgoing calls
Tested by
15
TestExecuteBasic
Function · 0.52
TestEnv
Function · 0.52
TestTimeout
Function · 0.52
TestScriptReportsTiming
Function · 0.52
TestCronClose
Function · 0.52
TestExecuteOptions
Function · 0.52
TestServer_X11
Function · 0.52
TestServer_X11_EvictionLRU
Function · 0.52
TestSSHServer_ClosesStdin
Function · 0.52
sshClient
Function · 0.52
Test_sessionStart_orphan
Function · 0.52
TestIntegrationDocker
Function · 0.52