Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PeerDB-io/peerdb
/ PubSubSuite
Struct
PubSubSuite
flow/e2e/pubsub_test.go:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
)
27
28
type
PubSubSuite
struct
{
29
t *testing.T
30
conn *connpostgres.PostgresConnector
31
suffix string
32
}
33
34
func
(s PubSubSuite) T() *testing.T {
35
return
s.t
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected