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

Method cbegin

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

Source from the content-addressed store, hash-verified

52 const_iterator begin() const { return m.begin(); }
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

Callers 14

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
GetSelectedValueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected