MCPcopy Create free account
hub / github.com/bumptop/BumpTop / getTemporaryString

Method getTemporaryString

trunk/win/Source/BT_FileTransferManager.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194QString FileTransfer::getTemporaryString() const
195{
196 if (!_stringBuffer)
197 throw runtime_error("Expected temporary string output where none was specified");
198 return *_stringBuffer;
199}
200
201QString FileTransfer::getLogin() const
202{

Callers 15

transferFinishedMethod · 0.80
getHttpRequestMethod · 0.80
postHttpRequestMethod · 0.80
onTransferCompleteMethod · 0.80
PostCrashReportFunction · 0.80
postHttpRequestMethod · 0.80
onSourceUpdateMethod · 0.80
postHttpReqestMethod · 0.80
postHttpUploadRequestMethod · 0.80
postHttpsRequestMethod · 0.80
onTransferCompleteMethod · 0.80
getVersionStringMethod · 0.80

Calls 1

runtime_errorClass · 0.50

Tested by

no test coverage detected