| 136 | } |
| 137 | |
| 138 | std::shared_ptr<KernelCache::ViewSpecificState> ViewSpecificStateForView(Ref<BinaryNinja::BinaryView> view) |
| 139 | { |
| 140 | return ViewSpecificStateForId(view->GetFile()->GetSessionId()); |
| 141 | } |
| 142 | |
| 143 | std::string base_name(std::string const& path) |
| 144 | { |
no test coverage detected