MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / exitf

Function exitf

tests/loadtest/tools/queue_benchmark.go:672–675  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

670}
671
672func exitf(format string, args ...interface{}) {
673 fmt.Fprintf(os.Stderr, format+"\n", args...)
674 os.Exit(1)
675}
676
677func parseEnvBool(key string) bool {
678 raw := strings.TrimSpace(os.Getenv(key))

Callers 2

mainFunction · 0.85
parseFlagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected