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

Function NewRunner

scaletest/createusers/run.go:31–36  ·  view source on GitHub ↗
(client *codersdk.Client, cfg Config)

Source from the content-addressed store, hash-verified

29}
30
31func NewRunner(client *codersdk.Client, cfg Config) *Runner {
32 return &Runner{
33 client: client,
34 cfg: cfg,
35 }
36}
37
38func (r *Runner) RunReturningUser(ctx context.Context, id string, logs io.Writer) (User, error) {
39 ctx, span := tracing.StartSpan(ctx)

Callers 5

RunMethod · 0.92
SetupMethod · 0.92
RunMethod · 0.92
RunReturningResultMethod · 0.92
RunMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected