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

Method GetRefCount

src/net.h:620–624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618 }
619
620 int GetRefCount() const
621 {
622 assert(nRefCount >= 0);
623 return nRefCount;
624 }
625
626 /**
627 * Receive bytes from the buffer and deserialize them into messages.

Callers 2

DisconnectNodesMethod · 0.80
FUZZ_TARGET_INITFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64