Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoin/bitcoin
/ ErrorString
Function
ErrorString
src/util/result.h:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
92
template <typename T>
93
bilingual_str ErrorString(const Result<T>& result)
94
{
95
return result ? bilingual_str{} : std::get<0>(result.m_variant);
96
}
97
} // namespace util
98
99
#endif // BITCOIN_UTIL_RESULT_H
Callers
15
SignTransaction
Method · 0.85
AppInitParameterInteraction
Function · 0.85
AppInitSanityChecks
Function · 0.85
AppInitMain
Function · 0.85
LoadExternalBlockFile
Method · 0.85
validation.cpp
File · 0.85
MaybeValidateSnapshot
Method · 0.85
ImprovesFeerateDiagram
Function · 0.85
ExecuteWalletToolFunc
Function · 0.85
ExportWatchOnlyWallet
Function · 0.85
CreateRateBumpTransaction
Function · 0.85
HasErrorMsg
Function · 0.85
Calls
no outgoing calls
Tested by
7
BOOST_AUTO_TEST_CASE
Function · 0.68
TestBnBFail
Function · 0.68
TestSRDFail
Function · 0.68
HasErrorMsg
Function · 0.68
ExpectResult
Function · 0.68
SetOptsFromArgs
Function · 0.68
BOOST_FIXTURE_TEST_CASE
Function · 0.68