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

Method Complete

src/net.h:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 return (nHdrPos == 0);
371 }
372 bool Complete() const override
373 {
374 if (!in_data)
375 return false;
376 return (hdr.nMessageSize == nDataPos);
377 }
378 void SetVersion(int nVersionIn) override
379 {
380 hdrbuf.SetVersion(nVersionIn);

Callers 2

ReceiveMsgBytesMethod · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64