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

Method IsNull

src/primitives/transaction.h:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 void SetNull() { hash.SetNull(); n = NULL_INDEX; }
65 bool IsNull() const { return (hash.IsNull() && n == NULL_INDEX); }
66
67 friend bool operator<(const COutPoint& a, const COutPoint& b)
68 {

Callers

nothing calls this directly

Calls 1

IsNullMethod · 0.45

Tested by

no test coverage detected