Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lxn/walk
/ mini
Function
mini
util.go:54–60 ·
view source on GitHub ↗
(a, b int)
Source
from the content-addressed store, hash-verified
52
}
53
54
func
mini(a, b int) int {
55
if
a < b {
56
return
a
57
}
58
59
return
b
60
}
61
62
func
boolToInt(value bool) int {
63
if
value {
Callers
6
boxLayoutItems
Function · 0.85
SetModel
Method · 0.85
lvWndProc
Method · 0.85
PerformLayout
Method · 0.85
WndProc
Method · 0.85
PerformLayout
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…