MCPcopy Create free account
hub / github.com/coder/coder / Error

Method Error

scaletest/agentconn/run.go:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27type holdDurationEndedError struct{}
28
29func (holdDurationEndedError) Error() string {
30 return "hold duration ended"
31}
32
33type Runner struct {
34 client *codersdk.Client

Callers 2

Test_ConfigFunction · 0.45
RunReturningResultMethod · 0.45

Calls

no outgoing calls

Tested by 1

Test_ConfigFunction · 0.36