MCPcopy
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
76func AttachSchema(s Suite, table string) string {
77 return fmt.Sprintf("e2e_test_%s.%s", s.Suffix(), table)
78}
79
80func AddSuffix(s Suite, str string) string {
81 return fmt.Sprintf("%s_%s", str, s.Suffix())

Callers 15

attachSchemaSuffixMethod · 0.85
TestCreateTopicMethod · 0.85
TestSimpleMethod · 0.85
TestInitialLoadMethod · 0.85
TestSimpleMethod · 0.85
TestMessageMethod · 0.85
TestDefaultMethod · 0.85

Calls 1

SuffixMethod · 0.65

Tested by 15

attachSchemaSuffixMethod · 0.68
TestCreateTopicMethod · 0.68
TestSimpleMethod · 0.68
TestInitialLoadMethod · 0.68
TestSimpleMethod · 0.68
TestMessageMethod · 0.68
TestDefaultMethod · 0.68