Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
func
(f *FakeSignalNotifier) AssertStopped() {
56
f.Lock()
57
defer
f.Unlock()
58
assert.True(f.t, f.stopped)
59
}
Callers
1
TestSSH
Function · 0.95
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
1
TestSSH
Function · 0.76