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

Method GetError

downloadprovider.cpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132
133
134string DownloadInstance::GetError() const
135{
136 char* str = BNGetErrorForDownloadInstance(m_object);
137 string result = str;
138 BNFreeString(str);
139 return result;
140}
141
142
143int DownloadInstance::PerformRequest(const string& url, BNDownloadInstanceOutputCallbacks* callbacks)

Callers 1

PerformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected