static
| 2068 | |
| 2069 | // static |
| 2070 | bool KernelCacheMetadata::ViewHasMetadata(BinaryView* view) |
| 2071 | { |
| 2072 | return view->QueryMetadata(Tag); |
| 2073 | } |
| 2074 | |
| 2075 | // static |
| 2076 | std::optional<KernelCacheMetadata> KernelCacheMetadata::LoadFromView(BinaryView* view) |
nothing calls this directly
no test coverage detected