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

Method CreateNewInstance

downloadprovider.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259
260
261Ref<DownloadInstance> CoreDownloadProvider::CreateNewInstance()
262{
263 BNDownloadInstance* result = BNCreateDownloadProviderInstance(m_object);
264 if (!result)
265 return nullptr;
266 return new CoreDownloadInstance(result);
267}

Callers 2

InspireFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected