MCPcopy Index your code
hub / github.com/dnote/dnote / GetDefaultSchemaSQL

Function GetDefaultSchemaSQL

pkg/cli/database/testutils.go:34–36  ·  view source on GitHub ↗

GetDefaultSchemaSQL returns the default schema SQL for tests

()

Source from the content-addressed store, hash-verified

32
33// GetDefaultSchemaSQL returns the default schema SQL for tests
34func GetDefaultSchemaSQL() string {
35 return defaultSchemaSQL
36}
37
38// MustScan scans the given row and fails a test in case of any errors
39func MustScan(t *testing.T, message string, row *sql.Row, args ...interface{}) {

Callers 1

InitTestCtxWithFileDBFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected