MCPcopy 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
135def url_get_rows(request):
136 return get_int_from_request(
137 request, "rows", app_settings.EXPLORER_DEFAULT_ROWS
138 )
139
140
141def url_get_query_id(request):

Callers 3

render_with_sqlMethod · 0.90
getMethod · 0.90
postMethod · 0.90

Calls 1

get_int_from_requestFunction · 0.85

Tested by

no test coverage detected