MCPcopy Create free account
hub / github.com/InferCore/InferCore / max

Function max

internal/eval/eval.go:149–154  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

147}
148
149func max(a, b int) int {
150 if a > b {
151 return a
152 }
153 return b
154}

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected