MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / get_data

Method get_data

apps/knowledge/api/paragraph.py:13–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11class ParagraphReadResponse(ResultSerializer):
12 @staticmethod
13 def get_data():
14 return ParagraphSerializer(many=True)
15
16
17class ParagraphReadAPI(APIMixin):

Callers

nothing calls this directly

Calls 1

ParagraphSerializerClass · 0.90

Tested by

no test coverage detected