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

Struct fakeStream

coderd/provisionerdserver/provisionerdserver_test.go:5329–5336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5327)
5328
5329type fakeStream struct {
5330 ctx context.Context
5331 c *sync.Cond
5332 closed bool
5333 canceled bool
5334 sendCalled bool
5335 job *proto.AcquiredJob
5336}
5337
5338func newFakeStream(ctx context.Context) *fakeStream {
5339 return &fakeStream{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected