| 556 | |
| 557 | |
| 558 | void BinaryNinja::Collaboration::AssignSnapshotMap(Ref<Snapshot> localSnapshot, Ref<CollabSnapshot> remoteSnapshot) |
| 559 | { |
| 560 | if (!BNCollaborationAssignSnapshotMap(localSnapshot->m_object, remoteSnapshot->m_object)) |
| 561 | throw SyncException("Failed to assign snapshot map"); |
| 562 | } |
| 563 | |
| 564 | |
| 565 | Remote::Remote(BNRemote* remote) |
nothing calls this directly
no test coverage detected