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

Function maxInt

ui/fullscreen_backend.go:1949–1954  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

1947 keys = append(keys, key)
1948 }
1949 sort.Strings(keys)
1950 return keys
1951}
1952
1953func minInt(a, b int) int {
1954 if a < b {
1955 return a
1956 }
1957 return b

Callers 15

SliceViewportTextFunction · 0.85
ScrollPaneMethod · 0.85
StepTranscriptSearchMethod · 0.85
MouseScrollDeltaMethod · 0.85
buildTaskBlocksMethod · 0.85
renderInputRegionMethod · 0.85
scrollTitleMethod · 0.85
renderPanelMethod · 0.85
wrappedTextForPaneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected