MCPcopy
hub / github.com/sqlc-dev/sqlc / Dump

Function Dump

internal/debug/dump.go:23–27  ·  view source on GitHub ↗
(n ...interface{})

Source from the content-addressed store, hash-verified

21}
22
23func Dump(n ...interface{}) {
24 if Active {
25 spew.Dump(n)
26 }
27}
28
29func DumpAsJSON(a any) {
30 if Active {

Callers 4

astFormatMethod · 0.92
parseQueryMethod · 0.92
TestFormatFunction · 0.92
parseFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestFormatFunction · 0.74