MCPcopy Create free account
hub / github.com/aurora-develop/aurora / GetProxyIP

Method GetProxyIP

internal/proxys/proxys.go:17–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17func (p *IProxy) GetProxyIP() string {
18 if p == nil {
19 return ""
20 }
21 if len(p.ips) == 0 {
22 return ""
23 }
24 proxyIp := p.ips[0]
25 p.ips = append(p.ips[1:], proxyIp)
26 return proxyIp
27}

Callers 13

refreshMethod · 0.80
sessionMethod · 0.80
refresh_handlerMethod · 0.80
session_handlerMethod · 0.80
nightmareMethod · 0.80
responsesMethod · 0.80
imageGenerationsMethod · 0.80
runImageEditFlowMethod · 0.80
filesMethod · 0.80
ttsMethod · 0.80
handleTranscriptionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected