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

Method Success

collaboration.cpp:2243–2246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2241
2242
2243bool AnalysisMergeConflict::Success(std::nullopt_t value)
2244{
2245 return BNAnalysisMergeConflictSuccess(m_object, nullptr);
2246}
2247
2248
2249bool AnalysisMergeConflict::Success(std::optional<const nlohmann::json*> value)

Callers

nothing calls this directly

Calls 2

c_strMethod · 0.80
dumpMethod · 0.80

Tested by

no test coverage detected