Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ ParseInt64
Function
ParseInt64
src/util/strencodings.cpp:304–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
bool ParseInt64(const std::string& str, int64_t* out)
305
{
306
return ParseIntegral<int64_t>(str, out);
307
}
308
309
bool ParseUInt8(const std::string& str, uint8_t* out)
310
{
Callers
12
MutateTxVersion
Function · 0.50
MutateTxLocktime
Function · 0.50
MutateTxRBFOptIn
Function · 0.50
MutateTxAddInput
Function · 0.50
MutateTxDelInput
Function · 0.50
MutateTxDelOutput
Function · 0.50
UpdateElementsActivationParametersFromArgs
Function · 0.50
UpdateActivationParametersFromArgs
Method · 0.50
BOOST_AUTO_TEST_CASE
Function · 0.50
FUZZ_TARGET
Function · 0.50
FUZZ_TARGET
Function · 0.50
FUZZ_TARGET
Function · 0.50
Calls
no outgoing calls
Tested by
4
BOOST_AUTO_TEST_CASE
Function · 0.40
FUZZ_TARGET
Function · 0.40
FUZZ_TARGET
Function · 0.40
FUZZ_TARGET
Function · 0.40