Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ asyncCall
Function
asyncCall
mock/mock_test.go:1343–1345 ·
view source on GitHub ↗
(m *Mock, ch chan Arguments)
Source
from the content-addressed store, hash-verified
1341
}
1342
1343
func
asyncCall(m *Mock, ch
chan
Arguments) {
1344
ch <- m.Called(1, 2, 3)
1345
}
1346
1347
func
Test_Mock_Called_blocks(t *testing.T) {
1348
t.Parallel()
Callers
1
Test_Mock_Called_blocks
Function · 0.85
Calls
1
Called
Method · 0.80
Tested by
no test coverage detected