| 7 | namespace KernelCacheAPI { |
| 8 | |
| 9 | KernelCache::KernelCache(Ref<BinaryView> view) { |
| 10 | m_object = BNGetKernelCache(view->GetObject()); |
| 11 | } |
| 12 | |
| 13 | BNKCViewLoadProgress KernelCache::GetLoadProgress(Ref<BinaryView> view) |
| 14 | { |
nothing calls this directly
no test coverage detected