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

Method Cancel

cli/clitest/clitest.go:232–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230}
231
232func (w *ErrorWaiter) Cancel() {
233 w.cancelFunc()
234}
235
236func (w *ErrorWaiter) Wait() error {
237 w.waitOnce.Do(func() {

Callers 4

TestVSCodeSSHFunction · 0.45
TestServerFunction · 0.45
ProvisionerJobFunction · 0.45
StartWithAssertFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestVSCodeSSHFunction · 0.36
TestServerFunction · 0.36