Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SMNETSTUDIO/Groq2API
/ NewIProxyIP
Function
NewIProxyIP
pkg/proxypool/proxys.go:10–14 ·
view source on GitHub ↗
(ips []string)
Source
from the content-addressed store, hash-verified
8
}
9
10
func
NewIProxyIP(ips []string) *IProxy {
11
return
&IProxy{
12
ips: ips,
13
}
14
}
15
16
func
(p *IProxy) GetIPS() int {
17
return
len(p.ips)
Callers
1
InitProxy
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected