MCPcopy Index your code
hub / github.com/coder/coder / brokenPubsub

Struct brokenPubsub

coderd/prebuilds/claim_test.go:130–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130type brokenPubsub struct {
131 pubsub.Pubsub
132}
133
134func (brokenPubsub) Subscribe(_ string, _ pubsub.Listener) (func(), error) {
135 return nil, xerrors.New("broken")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected