MCPcopy
hub / github.com/sqldef/sqldef / Printf

Method Printf

database/logger.go:7–7  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

5type Logger interface {
6 Print(v ...any)
7 Printf(format string, v ...any)
8 Println(v ...any)
9}
10

Callers 15

RunFunction · 0.65
RunDDLsFunction · 0.65
PrintfMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65
FormatMethod · 0.65

Implementers 3

StdoutLoggerdatabase/logger.go
NullLoggerdatabase/logger.go
stringLoggertestutil/testutil.go

Calls

no outgoing calls

Tested by

no test coverage detected