MCPcopy Create free account
hub / github.com/ElementsProject/elements / ParseInt32

Function ParseInt32

src/util/strencodings.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}; // namespace
298
299bool ParseInt32(const std::string& str, int32_t* out)
300{
301 return ParseIntegral<int32_t>(str, out);
302}
303
304bool ParseInt64(const std::string& str, int64_t* out)
305{

Callers 9

rest_getutxosFunction · 0.50
rest_blockhash_by_heightFunction · 0.50
MaybeUpdateHeightsFunction · 0.50
BOOST_AUTO_TEST_CASEFunction · 0.50
FUZZ_TARGETFunction · 0.50
FUZZ_TARGETFunction · 0.50
FUZZ_TARGETFunction · 0.50
checkSpawnedMethod · 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