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

Method GetContractData

src/tests/scriptdbex_tests.cpp:114–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114void CContractDBTest::GetContractData(CContractDBCache* pViewCache) {
115 BOOST_CHECK(pViewCache);
116 int nCount = 0;
117// int height = 0;
118 int nCurHeight = TEST_SIZE / 2;
119 vector<unsigned char> vScriptData;
120 vector<unsigned char> vScriptKey;
121 set<CDbOpLog> setOperLog;
122 auto it = mapScript.begin();
123 BOOST_CHECK(it != mapScript.end());
124}
125
126
127BOOST_FIXTURE_TEST_SUITE(scriptdbex_test,CContractDBTest)

Callers 1

testscriptdatadbFunction · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected