Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arkhipenko/TaskScheduler
/ getCurrentTask
Method
getCurrentTask
src/TaskScheduler.h:1317–1317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1315
return iCurrent ? *iCurrent : sDummy;
1316
}
1317
Task* Scheduler::getCurrentTask() { return iCurrent; }
1318
1319
#ifdef _TASK_LTS_POINTER
1320
void* Scheduler::currentLts() { return iCurrent ? iCurrent->iLTS : NULL; }
Callers
1
current_task_callback
Function · 0.80
Calls
no outgoing calls
Tested by
1
current_task_callback
Function · 0.64