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

Class SyncException

binaryninjaapi.h:19849–19852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19847 class RemoteProject;
19848
19849 struct SyncException : ExceptionWithStackTrace
19850 {
19851 SyncException(const std::string& desc) : ExceptionWithStackTrace(desc.c_str()) {}
19852 };
19853
19854 /*!
19855

Callers 12

PullDatabaseMethod · 0.85
MergeDatabaseMethod · 0.85
PushDatabaseMethod · 0.85
MergeSnapshotsMethod · 0.85
AssignSnapshotMapMethod · 0.85
DownloadMethod · 0.85
any>Method · 0.85
GetPathItem<uint64_t>Method · 0.85
string>Method · 0.85
json>Method · 0.85
DownloadSnapshotFileMethod · 0.85
DownloadAnalysisCacheMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected