Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1953
func
minInt(a, b int) int {
1954
if
a < b {
1955
return
a
1956
}
1957
return
b
Callers
15
SliceViewportText
Function · 0.85
ScrollPane
Method · 0.85
ScrollActivePaneToEdge
Method · 0.85
StepTranscriptSearch
Method · 0.85
MouseScrollDelta
Method · 0.85
buildTaskBlocks
Method · 0.85
renderInputRegion
Method · 0.85
renderSelectionInputRegion
Method · 0.85
scrollTitle
Method · 0.85
renderPanel
Method · 0.85
wrappedTextForPane
Method · 0.85
scrollTranscriptToBottom
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected