MCPcopy Index your code
hub / github.com/riverqueue/river / Cleanup

Method Cleanup

riverdbtest/riverdbtest.go:283–283  ·  view source on GitHub ↗
(cleanupFunc func())

Source from the content-addressed store, hash-verified

281 // having to check schemas back in (it's used in example tests).
282 type testingTBWithCleanup interface {
283 Cleanup(cleanupFunc func())
284 }
285
286 if withCleanup, ok := tb.(testingTBWithCleanup); ok {

Callers 15

Test_SubscriptionManagerFunction · 0.80
Test_RecordedOutputFunction · 0.80
startClientFunction · 0.80
subscribeFunction · 0.80
Test_Client_CommonFunction · 0.80
Test_Client_Stop_CommonFunction · 0.80
Test_Client_JobDeleteFunction · 0.80
Test_Client_JobDeleteTxFunction · 0.80
Test_Client_InsertTxFunction · 0.80

Calls

no outgoing calls

Tested by 15

Test_SubscriptionManagerFunction · 0.64
Test_RecordedOutputFunction · 0.64
startClientFunction · 0.64
subscribeFunction · 0.64
Test_Client_CommonFunction · 0.64
Test_Client_Stop_CommonFunction · 0.64
Test_Client_JobDeleteFunction · 0.64
Test_Client_JobDeleteTxFunction · 0.64
Test_Client_InsertTxFunction · 0.64