MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / max

Function max

internal/tui/auth_tab.go:323–328  ·  view source on GitHub ↗
(a, b int)

Source from the content-addressed store, hash-verified

321}
322
323func max(a, b int) int {
324 if a > b {
325 return a
326 }
327 return b
328}
329
330func (m authTabModel) handleEditInput(msg tea.KeyMsg) (authTabModel, tea.Cmd) {
331 switch msg.String() {

Callers 3

UpdateMethod · 0.85
UpdateMethod · 0.85
ExecuteStreamMethod · 0.85

Calls

no outgoing calls

Tested by 1

ExecuteStreamMethod · 0.68