MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / ViewSpecificStateForView

Function ViewSpecificStateForView

view/kernelcache/core/KernelCache.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

KernelCacheMethod · 0.85

Calls 3

ViewSpecificStateForIdFunction · 0.85
GetSessionIdMethod · 0.45
GetFileMethod · 0.45

Tested by

no test coverage detected