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

Function MaxInt

agentContext/micro.go:81–86  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

79}
80
81func MaxInt(a, b int) int {
82 if a > b {
83 return a
84 }
85 return b
86}
87
88func iterToolResultBlock(messages []map[string]any) []ToolUseResultBlock {
89 result := []ToolUseResultBlock{}

Callers 5

CompressMethod · 0.85
SnipCompactIfNeededFunction · 0.85
getL3CollapseThresholdFunction · 0.85
findUncollapsedSpanFunction · 0.85
MicroCompactMessagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected