Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ channelCloser
Struct
channelCloser
coderd/workspaceagents_internal_test.go:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
type
channelCloser
struct
{
70
closeFn
func
()
71
}
72
73
func
(c *channelCloser) Close() error {
74
c.closeFn()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected