MCPcopy
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
54func mini(a, b int) int {
55 if a < b {
56 return a
57 }
58
59 return b
60}
61
62func boolToInt(value bool) int {
63 if value {

Callers 6

boxLayoutItemsFunction · 0.85
SetModelMethod · 0.85
lvWndProcMethod · 0.85
PerformLayoutMethod · 0.85
WndProcMethod · 0.85
PerformLayoutMethod · 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…