MCPcopy
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
31func DebugFromEnv() Debug {
32 return DebugFromString(os.Getenv("SQLCDEBUG"))
33}
34
35func DebugFromString(val string) Debug {
36 d := Debug{

Callers 4

NewFunction · 0.92
NewFunction · 0.92
initFunction · 0.92
ParseEnvFunction · 0.92

Calls 1

DebugFromStringFunction · 0.85

Tested by

no test coverage detected