MCPcopy
hub / github.com/sqldef/sqldef / Print

Method Print

database/logger.go:13–15  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

11type StdoutLogger struct{}
12
13func (s StdoutLogger) Print(v ...any) {
14 fmt.Print(v...)
15}
16
17func (s StdoutLogger) Printf(format string, v ...any) {
18 fmt.Printf(format, v...)

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected