MCPcopy
hub / github.com/MikeChongCan/scylla / _get_valid_proxies_query

Function _get_valid_proxies_query

scylla/web/server.py:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def _get_valid_proxies_query():
32 return ProxyIP.select().where(ProxyIP.latency > 0).where(ProxyIP.latency < 9999) \
33 .where(ProxyIP.is_valid == True)
34
35
36@app.route('/api/v1/proxies')

Callers 2

api_v1_proxiesFunction · 0.85
api_v1_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected