MCPcopy 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
156func newFakePubsub() *fakePubsub {
157 return &fakePubsub{
158 pubs: make(chan string, 1),
159 subs: make(chan subscribe),
160 }
161}

Callers 2

TestWatchdog_NoTimeoutFunction · 0.85
TestWatchdog_TimeoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected