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

Method Set

src/entities/id.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void CRegID::Set(uint64_t regIdIntValue) {
75 height = regIdIntValue >> 20;
76 index = regIdIntValue & 0xFFFFF;
77}
78
79bool CRegID::GetKeyId(const string &str, CKeyID &keyId) {
80 CRegID regId(str);

Callers 4

UnSerializeFromJsonMethod · 0.45
DeriveMethod · 0.45
SetMasterMethod · 0.45
DecodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected