Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
MockForward
Method · 0.80
check
Method · 0.80
Unserialize
Method · 0.80
PackageMempoolChecks
Method · 0.80
SubmitPackage
Method · 0.80
AcceptMultipleTransactions
Method · 0.80
AcceptPackage
Method · 0.80
ProcessNewPackage
Function · 0.80
ProtectEvictionCandidatesByRatio
Function · 0.80
GetAddedNodeInfo
Method · 0.80
CheckPackage
Function · 0.80
IsChildWithParents
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected