package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
IsLaunchedByDebugger returns true in cases where the delve debugger was used to launch the cockroach process.
Stack wraps the output of debug.Stack() with redact.Safe() to avoid unnecessary redaction.
# Type aliases
SafeStack is an alias for []byte that handles redaction.