MCPcopy Index your code
hub / github.com/yuin/gopher-lua / intMax

Function intMax

utils.go:22–28  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

20}
21
22func intMax(a, b int) int {
23 if a > b {
24 return a
25 } else {
26 return b
27 }
28}
29
30func defaultFormat(v interface{}, f fmt.State, c rune) {
31 buf := make([]string, 0, 10)

Callers 6

strByteFunction · 0.85
luaIndex2StringIndexFunction · 0.85
tableConcatFunction · 0.85
stackTraceMethod · 0.85
stackTraceMethod · 0.85
compileLogicalOpExprAuxFunction · 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…