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

Function maxInt

tests/loadtest/tools/queue_benchmark.go:665–670  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

663}
664
665func maxInt(a, b int) int {
666 if a > b {
667 return a
668 }
669 return b
670}
671
672func exitf(format string, args ...interface{}) {
673 fmt.Fprintf(os.Stderr, format+"\n", args...)

Callers 2

mainFunction · 0.85
buildSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected