Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ Task
Class
Task
core/taskqueue.py:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
@dataclass
21
class
Task:
22
id: int
23
description: str
24
status: str = STATUS_PENDING
25
result: str =
''
26
error: str =
''
27
28
class
TaskQueue:
29
def
__init__(self, name=
''
, project_dir=None):
Callers
2
add
Method · 0.70
load
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected