Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlc-dev/sqlc
/ DebugFromEnv
Function
DebugFromEnv
internal/opts/debug.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
DebugFromEnv() Debug {
32
return
DebugFromString(os.Getenv(
"SQLCDEBUG"
))
33
}
34
35
func
DebugFromString(val string) Debug {
36
d := Debug{
Callers
4
New
Function · 0.92
New
Function · 0.92
init
Function · 0.92
ParseEnv
Function · 0.92
Calls
1
DebugFromString
Function · 0.85
Tested by
no test coverage detected