| 38 | io_context_(GetIoContext(options_, exec_context_)) {} |
| 39 | |
| 40 | const CpuInfo* QueryContext::cpu_info() const { return CpuInfo::GetInstance(); } |
| 41 | int64_t QueryContext::hardware_flags() const { return cpu_info()->hardware_flags(); } |
| 42 | |
| 43 | Status QueryContext::Init(util::AsyncTaskScheduler* scheduler) { |
no outgoing calls
no test coverage detected