Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
678
void FailureDomain::unpack(BincodeBuf& buf) {
679
buf.unpackFixedBytes<16>(name);
680
}
681
void FailureDomain::clear() {
682
name.clear();
683
}
Callers
2
bincodeFromRocksValue
Function · 0.45
readRegistryResponse
Function · 0.45
Calls
1
unpackBytes
Method · 0.80
Tested by
no test coverage detected