MCPcopy Create free account
hub / github.com/daodst/chat / minOfInts

Function minOfInts

internal/sqlutil/sql.go:115–120  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

113}
114
115func minOfInts(a, b int) int {
116 if a <= b {
117 return a
118 }
119 return b
120}
121
122// QueryProvider defines the interface for querys used by RunLimitedVariablesQuery.
123type QueryProvider interface {

Callers 1

RunLimitedVariablesQueryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected