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

Method FromTx

src/test/util/setup_common.cpp:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380}
381
382CTxMemPoolEntry TestMemPoolEntryHelper::FromTx(const CMutableTransaction& tx) const
383{
384 return FromTx(MakeTransactionRef(tx));
385}
386
387CTxMemPoolEntry TestMemPoolEntryHelper::FromTx(const CTransactionRef& tx) const
388{

Callers 5

BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
TestPackageSelectionMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls 2

CTxMemPoolEntryClass · 0.70
MakeTransactionRefFunction · 0.50

Tested by

no test coverage detected