| 46 | } |
| 47 | |
| 48 | bool IORoutineMgr::IsAllIORoutineUsed() { |
| 49 | return io_routine_stack_.empty(); |
| 50 | } |
| 51 | |
| 52 | int IORoutineMgr::GetIORoutine(IORoutine ** io_routine_pointer) { |
| 53 | if (io_routine_stack_.empty()) { |
nothing calls this directly
no outgoing calls
no test coverage detected