Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
def
_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_proxies
Function · 0.85
api_v1_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected