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

Method AddCallback

binaryview.cpp:5695–5702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5693
5694
5695void SymbolQueue::AddCallback(void* ctxt, BNSymbol* symbol, BNType* type)
5696{
5697 SymbolQueueAddContext* add = (SymbolQueueAddContext*)ctxt;
5698 Ref<Symbol> apiSymbol = new Symbol(symbol);
5699 Ref<Type> apiType = new Type(type);
5700 add->add(apiSymbol, apiType);
5701 delete add;
5702}
5703
5704
5705void SymbolQueue::Append(

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected