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

Method list

apps/knowledge/serializers/problem.py:257–260  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

255 return query_set
256
257 def list(self):
258 query_set = self.get_query_set()
259 return native_search(query_set, select_string=get_file_content(
260 os.path.join(PROJECT_DIR, "apps", "knowledge", 'sql', 'list_problem.sql')))
261
262 def page(self, current_page, page_size):
263 query_set = self.get_query_set()

Callers

nothing calls this directly

Calls 3

get_query_setMethod · 0.95
native_searchFunction · 0.90
get_file_contentFunction · 0.90

Tested by

no test coverage detected