Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/diffgram/diffgram
/ task_next_issue_core
Function
task_next_issue_core
default/methods/task/task/task_next_issue.py:31–35 ·
view source on GitHub ↗
(session, task_id)
Source
from the content-addressed store, hash-verified
29
30
31
def
task_next_issue_core(session, task_id):
32
next_task_id = Task.get_next_task_with_issues(session = session,
33
task_id = task_id)
34
35
return
next_task_id
Callers
1
task_next_issue
Function · 0.85
Calls
1
get_next_task_with_issues
Method · 0.80
Tested by
no test coverage detected