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

Method GetStart

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

Source from the content-addressed store, hash-verified

49 }
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; }

Callers 3

populateRangeMapMethod · 0.45
GetNextValidRangeMethod · 0.45
GetPreviousValidRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected