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

Struct Runner

scaletest/workspacebuild/run.go:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19)
20
21type Runner struct {
22 client *codersdk.Client
23 cfg Config
24
25 workspaceID uuid.UUID
26}
27
28func NewRunner(client *codersdk.Client, cfg Config) *Runner {
29 return &Runner{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected