Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqldef/sqldef
/ stringLogger
Struct
stringLogger
testutil/testutil.go:363–365 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
type
stringLogger
struct
{
364
buf strings.Builder
365
}
366
367
func
(l *stringLogger) Print(v ...any) {
368
l.buf.WriteString(fmt.Sprint(v...))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected