Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ get_data
Method
get_data
apps/users/api/user.py:145–146 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
143
144
class
UserListResponse(ResultSerializer):
145
def
get_data(self):
146
return
UserInstanceSerializer(many=True)
147
148
149
class
UserPageApi(APIMixin):
Callers
nothing calls this directly
Calls
1
UserInstanceSerializer
Class · 0.90
Tested by
no test coverage detected