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

Method CreateInstanceCallback

downloadprovider.cpp:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219
220BNDownloadInstance* DownloadProvider::CreateInstanceCallback(void* ctxt)
221{
222 DownloadProvider* provider = (DownloadProvider*)ctxt;
223 Ref<DownloadInstance> instance = provider->CreateNewInstance();
224 return instance ? BNNewDownloadInstanceReference(instance->GetObject()) : nullptr;
225}
226
227
228vector<Ref<DownloadProvider>> DownloadProvider::GetList()

Callers

nothing calls this directly

Calls 2

CreateNewInstanceMethod · 0.45
GetObjectMethod · 0.45

Tested by

no test coverage detected