Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
func
max(a, b int) int {
324
if
a > b {
325
return
a
326
}
327
return
b
328
}
329
330
func
(m authTabModel) handleEditInput(msg tea.KeyMsg) (authTabModel, tea.Cmd) {
331
switch
msg.String() {
Callers
3
Update
Method · 0.85
Update
Method · 0.85
ExecuteStream
Method · 0.85
Calls
no outgoing calls
Tested by
1
ExecuteStream
Method · 0.68