| 1880 | |
| 1881 | |
| 1882 | void BinaryView::UnregisterNotification(BinaryDataNotification* notify) |
| 1883 | { |
| 1884 | BNUnregisterDataNotification(m_object, notify->GetCallbacks()); |
| 1885 | } |
| 1886 | |
| 1887 | |
| 1888 | size_t BinaryView::Read(void* dest, uint64_t offset, size_t len) |
nothing calls this directly
no test coverage detected