Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
type
StdoutLogger
struct
{}
12
13
func
(s StdoutLogger) Print(v ...any) {
14
fmt.Print(v...)
15
}
16
17
func
(s StdoutLogger) Printf(format string, v ...any) {
18
fmt.Printf(format, v...)
Callers
nothing calls this directly
Calls
1
Print
Method · 0.65
Tested by
no test coverage detected