Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2243
bool AnalysisMergeConflict::Success(std::nullopt_t value)
2244
{
2245
return BNAnalysisMergeConflictSuccess(m_object, nullptr);
2246
}
2247
2248
2249
bool AnalysisMergeConflict::Success(std::optional<const nlohmann::json*> value)
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.80
dump
Method · 0.80
Tested by
no test coverage detected