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

Method Store

view/kernelcache/core/KernelCache.cpp:2634–2641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2632
2633
2634void KernelCache::CacheInfo::Store(SerializationContext& context) const
2635{
2636 Serialize(context, "metadataVersion", METADATA_VERSION);
2637
2638 MSS(images);
2639 MSS(imageStarts);
2640 MSS_CAST(cacheFormat, uint8_t);
2641}
2642
2643// static
2644std::optional<KernelCache::CacheInfo> KernelCache::CacheInfo::Load(DeserializationContext& context)

Callers

nothing calls this directly

Calls 2

SerializeFunction · 0.70
StoreFunction · 0.50

Tested by

no test coverage detected