| 1061 | sp<Stage> Framework::stageGetPrevious(sp<Stage> From) { return p->ProgramStages.previous(From); } |
| 1062 | |
| 1063 | void Framework::stageQueueCommand(const StageCmd &cmd) { stageCommands.emplace_back(cmd); } |
| 1064 | |
| 1065 | ApocCursor &Framework::getCursor() { return *this->cursor; } |
| 1066 |
no outgoing calls
no test coverage detected