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

Method cend

src/indirectmap.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 const_iterator end() const { return m.end(); }
54 const_iterator cbegin() const { return m.cbegin(); }
55 const_iterator cend() const { return m.cend(); }
56};
57
58#endif // BITCOIN_INDIRECTMAP_H

Callers 15

MockForwardMethod · 0.80
checkMethod · 0.80
UnserializeMethod · 0.80
PackageMempoolChecksMethod · 0.80
SubmitPackageMethod · 0.80
AcceptPackageMethod · 0.80
ProcessNewPackageFunction · 0.80
GetAddedNodeInfoMethod · 0.80
CheckPackageFunction · 0.80
IsChildWithParentsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected