Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetError
Method
GetError
libraries/lib-sqlite-helpers/sqlite/Result.h:79–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
Error GetError () const noexcept
80
{
81
if (HasValue())
82
return Error();
83
84
return *std::get_if<Error>(&mValue);
85
}
86
private:
87
std::variant<Error, T> mValue;
88
};
Callers
5
SetupBlocksCopy
Method · 0.45
OnProjectBlobDownloaded
Method · 0.45
OnBlockDownloaded
Method · 0.45
Open
Method · 0.45
Reopen
Method · 0.45
Calls
1
Error
Function · 0.70
Tested by
no test coverage detected