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

Method up

examples/triage/byte.cpp:847–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845
846
847void ByteView::up(bool selecting)
848{
849 left((int)m_cols, selecting);
850}
851
852
853void ByteView::down(bool selecting)

Callers

nothing calls this directly

Calls 1

leftFunction · 0.85

Tested by

no test coverage detected