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

Method list

apps/knowledge/serializers/paragraph.py:449–450  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

447 return query_set
448
449 def list(self):
450 return list(map(lambda row: ParagraphSerializer(row).data, self.get_query_set()))
451
452 def page(self, current_page, page_size):
453 query_set = self.get_query_set()

Callers

nothing calls this directly

Calls 2

get_query_setMethod · 0.95
ParagraphSerializerClass · 0.85

Tested by

no test coverage detected