Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
183
def
get_default_status():
184
return
Status(
""
).__str__()
185
186
187
class
Document(AppModelMixin):
Callers
nothing calls this directly
Calls
2
Status
Class · 0.70
__str__
Method · 0.45
Tested by
no test coverage detected