MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / Flush

Method Flush

src/tests/scriptdbex_tests.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void CContractDBTest::Flush(CContractDBCache* pViewCache1, CContractDBCache* pViewCache2,
94 CContractDBCache* pViewCache3) {
95 BOOST_CHECK(pViewCache1 && pViewCache2 && pViewCache3);
96 BOOST_CHECK(pViewCache1->Flush());
97 BOOST_CHECK(pViewCache2->Flush());
98 BOOST_CHECK(pViewCache3->Flush());
99}
100
101void CContractDBTest::Flush(CContractDBCache* pViewCache) {
102 BOOST_CHECK(pViewCache);

Callers 7

BOOST_AUTO_TEST_CASEFunction · 0.45
GetRegScriptMethod · 0.45
testscriptdbFunction · 0.45
settodbFunction · 0.45
cleandbFunction · 0.45
testscriptdatadbFunction · 0.45
CheckTxInMemPoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected