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

Method list

apps/trigger/serializers/trigger.py:679–683  ·  view source on GitHub ↗
(self, with_valid=True)

Source from the content-addressed store, hash-verified

677 ))
678
679 def list(self, with_valid=True):
680 if with_valid:
681 self.is_valid(raise_exception=True)
682 return native_search(self.get_query_set(), select_string=get_file_content(
683 os.path.join(PROJECT_DIR, "apps", "trigger", "sql", "get_trigger_page_list.sql")))

Callers 3

getMethod · 0.45
getMethod · 0.45
getMethod · 0.45

Calls 4

get_query_setMethod · 0.95
native_searchFunction · 0.90
get_file_contentFunction · 0.90
is_validMethod · 0.45

Tested by

no test coverage detected