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

Method CachePossibleValueSet

lowlevelil.cpp:299–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297
298
299size_t LowLevelILFunction::CachePossibleValueSet(const PossibleValueSet& pvs)
300{
301 BNPossibleValueSet ugh = pvs.ToAPIObject();
302 return BNCacheLowLevelILPossibleValueSet(m_object, &ugh);
303}
304
305
306PossibleValueSet LowLevelILFunction::GetCachedPossibleValueSet(size_t idx)

Callers

nothing calls this directly

Calls 1

ToAPIObjectMethod · 0.45

Tested by

no test coverage detected