MCPcopy Create free account
hub / github.com/SMNETSTUDIO/Groq2API / GetIPS

Method GetIPS

pkg/proxypool/proxys.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func (p *IProxy) GetIPS() int {
17 return len(p.ips)
18}
19
20func (p *IProxy) GetProxyIP() string {
21 if p == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected