MCPcopy Create free account
hub / github.com/ElementsProject/elements / Unserialize

Method Unserialize

src/netaddress.h:246–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244 */
245 template <typename Stream>
246 void Unserialize(Stream& s)
247 {
248 if (s.GetVersion() & ADDRV2_FORMAT) {
249 UnserializeV2Stream(s);
250 } else {
251 UnserializeV1Stream(s);
252 }
253 }
254
255 friend class CSubNet;
256

Callers

nothing calls this directly

Calls 1

GetVersionMethod · 0.45

Tested by

no test coverage detected