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

Function get_default_status

apps/knowledge/models/knowledge.py:183–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181
182
183def get_default_status():
184 return Status("").__str__()
185
186
187class Document(AppModelMixin):

Callers

nothing calls this directly

Calls 2

StatusClass · 0.70
__str__Method · 0.45

Tested by

no test coverage detected