MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Helper

Method Helper

pkg/gosqlx/testing/testing.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// It includes the methods used by the helper functions.
30type TestingT interface {
31 Helper()
32 Errorf(format string, args ...interface{})
33 Fatalf(format string, args ...interface{})
34}

Callers 15

openDocFunction · 0.65
makeCtxFunction · 0.65
makeCtxFunction · 0.65
makeContextFunction · 0.65
parseSQLHelperFunction · 0.65
parseTokensHelperFunction · 0.65
tokenizeSQLFunction · 0.65
tokenizeForTestFunction · 0.65
parseSQLCheckFunction · 0.65
parseSQLStrictFunction · 0.65

Implementers 1

mockTestingTpkg/gosqlx/testing/testing_test.go

Calls

no outgoing calls

Tested by 15

openDocFunction · 0.52
makeCtxFunction · 0.52
makeCtxFunction · 0.52
makeContextFunction · 0.52
parseSQLHelperFunction · 0.52
parseTokensHelperFunction · 0.52
tokenizeSQLFunction · 0.52
tokenizeForTestFunction · 0.52
parseSQLCheckFunction · 0.52
parseSQLStrictFunction · 0.52