Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/explorerhq/sql-explorer
/ url_get_rows
Function
url_get_rows
explorer/utils.py:135–138 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
133
134
135
def
url_get_rows(request):
136
return
get_int_from_request(
137
request,
"rows"
, app_settings.EXPLORER_DEFAULT_ROWS
138
)
139
140
141
def
url_get_query_id(request):
Callers
3
render_with_sql
Method · 0.90
get
Method · 0.90
post
Method · 0.90
Calls
1
get_int_from_request
Function · 0.85
Tested by
no test coverage detected