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

Function NewRunner

scaletest/workspacebuild/run.go:28–33  ·  view source on GitHub ↗
(client *codersdk.Client, cfg Config)

Source from the content-addressed store, hash-verified

26}
27
28func NewRunner(client *codersdk.Client, cfg Config) *Runner {
29 return &Runner{
30 client: client,
31 cfg: cfg,
32 }
33}
34
35type SlimWorkspace struct {
36 ID uuid.UUID

Callers 4

Test_RunnerFunction · 0.92
RunMethod · 0.92
RunReturningResultMethod · 0.92
RunMethod · 0.92

Calls

no outgoing calls

Tested by 1

Test_RunnerFunction · 0.74