Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CovenantSQL/CovenantSQL
/ testTearDown
Function
testTearDown
twopc/twopc_test.go:398–406 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
396
}
397
398
func
testTearDown() {
399
for
_, node :=
range
nodes {
400
raft, ok := node.(*RaftNode)
401
402
if
ok {
403
raft.stop()
404
}
405
}
406
}
407
408
func
TestMain(m *testing.M) {
409
err := testSetup()
Callers
1
TestMain
Function · 0.85
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected