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

Method CachePossibleValueSet

highlevelil.cpp:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88
89size_t HighLevelILFunction::CachePossibleValueSet(const PossibleValueSet& pvs)
90{
91 BNPossibleValueSet ugh = pvs.ToAPIObject();
92 return BNCacheHighLevelILPossibleValueSet(m_object, &ugh);
93}
94
95
96PossibleValueSet HighLevelILFunction::GetCachedPossibleValueSet(size_t idx)

Callers

nothing calls this directly

Calls 1

ToAPIObjectMethod · 0.45

Tested by

no test coverage detected