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

Method AssertStopped

cli/clitest/signal.go:55–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (f *FakeSignalNotifier) AssertStopped() {
56 f.Lock()
57 defer f.Unlock()
58 assert.True(f.t, f.stopped)
59}

Callers 1

TestSSHFunction · 0.95

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by 1

TestSSHFunction · 0.76