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

Method CachePossibleValueSet

mediumlevelil.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99
100size_t MediumLevelILFunction::CachePossibleValueSet(const PossibleValueSet& pvs)
101{
102 BNPossibleValueSet ugh = pvs.ToAPIObject();
103 return BNCacheMediumLevelILPossibleValueSet(m_object, &ugh);
104}
105
106
107PossibleValueSet MediumLevelILFunction::GetCachedPossibleValueSet(size_t idx)

Callers

nothing calls this directly

Calls 1

ToAPIObjectMethod · 0.45

Tested by

no test coverage detected