Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sqlc-dev/sqlc
/ DumpAsJSON
Function
DumpAsJSON
internal/debug/dump.go:29–34 ·
view source on GitHub ↗
(a any)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
DumpAsJSON(a any) {
30
if
Active {
31
out, _ := json.MarshalIndent(a,
""
,
" "
)
32
fmt.Printf(
"%s\n"
, out)
33
}
34
}
Callers
1
checkSQL
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected