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

Method AssignSnapshotMap

collaboration.cpp:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556
557
558void 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
565Remote::Remote(BNRemote* remote)

Callers

nothing calls this directly

Calls 1

SyncExceptionClass · 0.85

Tested by

no test coverage detected