Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ get_req_data
Function
get_req_data
web/pgadmin/tools/grant_wizard/__init__.py:392–393 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
390
391
392
def
get_req_data():
393
return
request.form
if
request.form
else
json.loads(request.data.decode())
394
395
396
def
set_priv_for_package(server_prop, data, acls):
Callers
2
msql
Function · 0.85
save
Function · 0.85
Calls
1
decode
Method · 0.80
Tested by
no test coverage detected