Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ newFakePubsub
Function
newFakePubsub
coderd/database/pubsub/watchdog_test.go:156–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
func
newFakePubsub() *fakePubsub {
157
return
&fakePubsub{
158
pubs: make(
chan
string, 1),
159
subs: make(
chan
subscribe),
160
}
161
}
Callers
2
TestWatchdog_NoTimeout
Function · 0.85
TestWatchdog_Timeout
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected