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

Method any>

collaboration.cpp:2190–2196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2188
2189template <>
2190std::any AnalysisMergeConflict::GetPathItem<std::any>(const std::string& path)
2191{
2192 void* val = BNAnalysisMergeConflictGetPathItem(m_object, path.c_str());
2193 if (val == nullptr)
2194 throw SyncException(fmt::format("Failed to find merge conflict path item \"{}\"", path));
2195 return *(std::any*)val;
2196}
2197
2198
2199template <>

Callers

nothing calls this directly

Calls 2

SyncExceptionClass · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected