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

Method GetEnd

genericrange.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51 uint64_t GetStart() const { return m_start; }
52 uint64_t GetEnd() const { return m_end; }
53 const vector<T>& GetItems() const { return m_items; }
54 vector<T>& GetMutableItems() { return m_items; }
55

Callers 3

populateRangeMapMethod · 0.45
GetNextValidRangeMethod · 0.45
GetPreviousValidRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected