MCPcopy Create free account
hub / github.com/Percona-Lab/mysql_random_data_load / caller

Function caller

testutils/testutils.go:252–255  ·  view source on GitHub ↗

Get the caller's function name and line to show a better error message

()

Source from the content-addressed store, hash-verified

250
251// Get the caller's function name and line to show a better error message
252func caller() string {
253 _, file, line, _ := runtime.Caller(2)
254 return fmt.Sprintf("%s:%d", filepath.Base(file), line)
255}

Callers 13

GetMySQLConnectionFunction · 0.85
GetVersionFunction · 0.85
GetMinorVersionFunction · 0.85
WriteFileFunction · 0.85
LoadQueriesFromFileFunction · 0.85
LoadJsonFunction · 0.85
WriteJsonFunction · 0.85
AssertFunction · 0.85
OkFunction · 0.85
NotOkFunction · 0.85
IsNilFunction · 0.85
NotNilFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected