Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
func
Dump(n ...
interface
{}) {
24
if
Active {
25
spew.Dump(n)
26
}
27
}
28
29
func
DumpAsJSON(a any) {
30
if
Active {
Callers
4
astFormat
Method · 0.92
parseQuery
Method · 0.92
TestFormat
Function · 0.92
parse
Function · 0.92
Calls
no outgoing calls
Tested by
1
TestFormat
Function · 0.74