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

Method unblock

cli/ssh_internal_test.go:378–380  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

376}
377
378func (c *asyncCloser) unblock() {
379 c.unblockOnce.Do(func() { close(c.isUnblocked) })
380}
381
382func newAsyncCloser(ctx context.Context, t *testing.T) *asyncCloser {
383 return &asyncCloser{

Callers 2

TestCloserStack_TimeoutFunction · 0.80

Calls 1

DoMethod · 0.65

Tested by

no test coverage detected