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

Method GetJsonString

metadata.cpp:327–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327std::string Metadata::GetJsonString() const
328{
329 char* str = BNMetadataGetJsonString(m_object);
330 std::string result = std::string(str);
331 BNFreeString(str);
332 return result;
333}
334
335bool Metadata::Append(Ref<Metadata> data)
336{

Callers 2

LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected