MCPcopy Create free account
hub / github.com/XTXMarkets/ternfs / unpack

Method unpack

cpp/core/MsgsGen.cpp:678–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676 buf.packFixedBytes<16>(name);
677}
678void FailureDomain::unpack(BincodeBuf& buf) {
679 buf.unpackFixedBytes<16>(name);
680}
681void FailureDomain::clear() {
682 name.clear();
683}

Callers 2

bincodeFromRocksValueFunction · 0.45
readRegistryResponseFunction · 0.45

Calls 1

unpackBytesMethod · 0.80

Tested by

no test coverage detected