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

Method get

apps/knowledge/views/document.py:1328–1329  ·  view source on GitHub ↗
(self, request: Request)

Source from the content-addressed store, hash-verified

1326 tags=[_("Knowledge Base/Documentation")], # type: ignore
1327 )
1328 def get(self, request: Request):
1329 return DocumentSerializers.Export(data={"type": request.query_params.get("type")}).export(with_valid=True)
1330
1331
1332class TableTemplate(APIView):

Callers 15

_batch_saveMethod · 0.45
hit_testMethod · 0.45
queryMethod · 0.45
chunk_dataFunction · 0.45
is_validMethod · 0.45
insertMethod · 0.45
is_validMethod · 0.45
editMethod · 0.45
deleteMethod · 0.45
is_validMethod · 0.45
batch_deleteMethod · 0.45
is_validMethod · 0.45

Calls 1

exportMethod · 0.45

Tested by

no test coverage detected