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

Method attach

cli/exp_scaletest.go:245–248  ·  view source on GitHub ↗
(opts *serpent.OptionSet)

Source from the content-addressed store, hash-verified

243}
244
245func (s *scaletestStrategyFlags) attach(opts *serpent.OptionSet) {
246 s.timeoutFlags.attach(opts)
247 s.concurrencyFlags.attach(opts)
248}
249
250func (s *scaletestStrategyFlags) toStrategy() harness.ExecutionStrategy {
251 return s.timeoutFlags.wrapStrategy(s.concurrencyFlags.toStrategy())

Callers

nothing calls this directly

Calls 1

attachMethod · 0.45

Tested by

no test coverage detected