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

Method Append

metadata.cpp:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333}
334
335bool Metadata::Append(Ref<Metadata> data)
336{
337 return BNMetadataArrayAppend(m_object, data->m_object);
338}
339
340void Metadata::RemoveIndex(size_t index)
341{

Callers 15

AssembleMethod · 0.45
AssembleMethod · 0.45
AssembleMethod · 0.45
AssembleMethod · 0.45
AppendSizeTokenMethod · 0.45
AppendSingleSizeTokenMethod · 0.45
AppendComparisonMethod · 0.45
AppendTwoOperandMethod · 0.45
AppendFieldTextTokensMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected