Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ failed
Method
failed
testutil/wait_buffer_test.go:238–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
func
(m *tbMock) failed() bool {
239
m.mu.Lock()
240
defer
m.mu.Unlock()
241
return
m.fatalCalls > 0
242
}
243
244
func
TestWaitBuffer_Bytes_ReturnsCopy(t *testing.T) {
245
t.Parallel()
Callers
1
TestWaitBuffer_RequireWaitFor_Timeout
Function · 0.95
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected