MCPcopy 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
304bool ParseInt64(const std::string& str, int64_t* out)
305{
306 return ParseIntegral<int64_t>(str, out);
307}
308
309bool ParseUInt8(const std::string& str, uint8_t* out)
310{

Callers 12

MutateTxVersionFunction · 0.50
MutateTxLocktimeFunction · 0.50
MutateTxRBFOptInFunction · 0.50
MutateTxAddInputFunction · 0.50
MutateTxDelInputFunction · 0.50
MutateTxDelOutputFunction · 0.50
BOOST_AUTO_TEST_CASEFunction · 0.50
FUZZ_TARGETFunction · 0.50
FUZZ_TARGETFunction · 0.50
FUZZ_TARGETFunction · 0.50

Calls

no outgoing calls

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.40
FUZZ_TARGETFunction · 0.40
FUZZ_TARGETFunction · 0.40
FUZZ_TARGETFunction · 0.40