MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / MinInt

Function MinInt

agentContext/auto.go:414–419  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

412}
413
414func MinInt(a, b int) int {
415 if a < b {
416 return a
417 }
418 return b
419}

Callers 2

getL3CollapseThresholdFunction · 0.85
buildProjectionTextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected