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

Method GetRegScript

src/tests/system_test.cpp:111–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 bool GetRegScript(map<string, string>& mapRegScript) {
112 CRegID regId;
113 vector<unsigned char> vScript;
114
115 if (pScriptDBTip == nullptr)
116 return false;
117
118 assert(pScriptDBTip->Flush());
119
120 return true;
121 }
122
123 bool CheckRegScript(const string& strRegID,const string& strPath) {
124 map<string, string> mapRegScript;

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.45

Tested by

no test coverage detected