Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GerevAI/gerev
/ DocumentStatus
Class
DocumentStatus
app/data_source/api/basic_document.py:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
15
class
DocumentStatus(Enum):
16
OPEN =
"open"
17
IN_PROGRESS =
"in_progress"
18
CLOSED =
"closed"
19
20
21
class
FileType(Enum):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected