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

Struct ProvisionerJobResourcesBuilder

coderd/database/dbfake/dbfake.go:595–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593}
594
595type ProvisionerJobResourcesBuilder struct {
596 t testing.TB
597 logger slog.Logger
598 db database.Store
599 jobID uuid.UUID
600 transition database.WorkspaceTransition
601 resources []*sdkproto.Resource
602}
603
604// ProvisionerJobResources inserts a series of resources into a provisioner job.
605func ProvisionerJobResources(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected