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

Function newFakeTaggedStore

coderd/provisionerdserver/acquirer_test.go:637–642  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

635}
636
637func newFakeTaggedStore(t *testing.T) *fakeTaggedStore {
638 return &fakeTaggedStore{
639 t: t,
640 params: make(chan database.AcquireProvisionerJobParams, 100),
641 }
642}
643
644func (s *fakeTaggedStore) AcquireProvisionerJob(
645 _ context.Context, params database.AcquireProvisionerJobParams,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected