MCPcopy 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
10func NewIProxyIP(ips []string) *IProxy {
11 return &IProxy{
12 ips: ips,
13 }
14}
15
16func (p *IProxy) GetIPS() int {
17 return len(p.ips)

Callers 1

InitProxyFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected