MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / get_data

Method get_data

apps/tools/api/tool.py:13–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

11
12class ToolCreateResponse(ResultSerializer):
13 def get_data(self):
14 return ToolModelSerializer()
15
16
17class ToolCreateAPI(APIMixin):

Callers

nothing calls this directly

Calls 1

ToolModelSerializerClass · 0.90

Tested by

no test coverage detected