| 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) { |
| 44 | async_scheduler_ = scheduler; |
no outgoing calls
no test coverage detected