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

Method PerformRequest

downloadprovider.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143int DownloadInstance::PerformRequest(const string& url, BNDownloadInstanceOutputCallbacks* callbacks)
144{
145 return BNPerformDownloadRequest(m_object, url.c_str(), callbacks);
146}
147
148
149int DownloadInstance::PerformCustomRequest(const string& method, const string& url,

Callers 2

InspireFunction · 0.80

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected