Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
28
func
NewRunner(client *codersdk.Client, cfg Config) *Runner {
29
return
&Runner{
30
client: client,
31
cfg: cfg,
32
}
33
}
34
35
type
SlimWorkspace
struct
{
36
ID uuid.UUID
Callers
4
Test_Runner
Function · 0.92
Run
Method · 0.92
RunReturningResult
Method · 0.92
Run
Method · 0.92
Calls
no outgoing calls
Tested by
1
Test_Runner
Function · 0.74