MCPcopy
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

14var Debug opts.Debug
15
16func init() {
17 Active = os.Getenv("SQLCDEBUG") != ""
18 if Active {
19 Debug = opts.DebugFromEnv()
20 }
21}
22
23func Dump(n ...interface{}) {
24 if Active {

Callers

nothing calls this directly

Calls 1

DebugFromEnvFunction · 0.92

Tested by

no test coverage detected