Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ init
Function
init
internal/debug/dump.go:16–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
var
Debug opts.Debug
15
16
func
init() {
17
Active = os.Getenv(
"SQLCDEBUG"
) !=
""
18
if
Active {
19
Debug = opts.DebugFromEnv()
20
}
21
}
22
23
func
Dump(n ...
interface
{}) {
24
if
Active {
Callers
nothing calls this directly
Calls
1
DebugFromEnv
Function · 0.92
Tested by
no test coverage detected