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

Method ViewHasMetadata

view/kernelcache/core/KernelCache.cpp:2070–2073  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

2068
2069// static
2070bool KernelCacheMetadata::ViewHasMetadata(BinaryView* view)
2071{
2072 return view->QueryMetadata(Tag);
2073}
2074
2075// static
2076std::optional<KernelCacheMetadata> KernelCacheMetadata::LoadFromView(BinaryView* view)

Callers

nothing calls this directly

Calls 1

QueryMetadataMethod · 0.45

Tested by

no test coverage detected