Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PeerDB-io/peerdb
/ AttachSchema
Function
AttachSchema
flow/e2e/test_utils.go:76–78 ·
view source on GitHub ↗
(s Suite, table string)
Source
from the content-addressed store, hash-verified
74
}
75
76
func
AttachSchema(s Suite, table string) string {
77
return
fmt.Sprintf(
"e2e_test_%s.%s"
, s.Suffix(), table)
78
}
79
80
func
AddSuffix(s Suite, str string) string {
81
return
fmt.Sprintf(
"%s_%s"
, str, s.Suffix())
Callers
15
attachSchemaSuffix
Method · 0.85
Test_Complete_QRep_Flow_S3
Method · 0.85
Test_Complete_QRep_Flow_S3_CTID
Method · 0.85
TestCreateTopic
Method · 0.85
TestSimple
Method · 0.85
TestInitialLoad
Method · 0.85
TestTerminateDuringResyncDropFlow
Method · 0.85
Test_Simple_PKey_CDC_Mirror
Method · 0.85
Test_Composite_PKey_CDC_Mirror
Method · 0.85
TestSimple
Method · 0.85
TestMessage
Method · 0.85
TestDefault
Method · 0.85
Calls
1
Suffix
Method · 0.65
Tested by
15
attachSchemaSuffix
Method · 0.68
Test_Complete_QRep_Flow_S3
Method · 0.68
Test_Complete_QRep_Flow_S3_CTID
Method · 0.68
TestCreateTopic
Method · 0.68
TestSimple
Method · 0.68
TestInitialLoad
Method · 0.68
TestTerminateDuringResyncDropFlow
Method · 0.68
Test_Simple_PKey_CDC_Mirror
Method · 0.68
Test_Composite_PKey_CDC_Mirror
Method · 0.68
TestSimple
Method · 0.68
TestMessage
Method · 0.68
TestDefault
Method · 0.68