MCPcopy
hub / github.com/github/gh-ost / getTestTableName

Function getTestTableName

go/logic/test_utils.go:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21)
22
23func getTestTableName() string {
24 return fmt.Sprintf("`%s`.`%s`", testMysqlDatabase, testMysqlTableName)
25}
26
27func getTestGhostTableName() string {
28 return fmt.Sprintf("`%s`.`_%s_gho`", testMysqlDatabase, testMysqlTableName)

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…