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

Method lower_bound

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

Source from the content-addressed store, hash-verified

38 iterator find(const K& key) { return m.find(&key); }
39 const_iterator find(const K& key) const { return m.find(&key); }
40 iterator lower_bound(const K& key) { return m.lower_bound(&key); }
41 const_iterator lower_bound(const K& key) const { return m.lower_bound(&key); }
42 size_type erase(const K& key) { return m.erase(&key); }
43 size_type count(const K& key) const { return m.count(&key); }

Callers 15

checkMethod · 0.80
DeleteLockFunction · 0.80
InvalidateBlockMethod · 0.80
DisconnectedPeerMethod · 0.80
ForgetTxHashMethod · 0.80
GetRequestableMethod · 0.80
RequestedTxMethod · 0.80
RecordMethod · 0.80
NewTxMethod · 0.80
roundMethod · 0.80
HasWalletSpendMethod · 0.80

Calls

no outgoing calls

Tested by 5

FindRandomFromFunction · 0.64
TestRandomAccessMethod · 0.64
SeekMethod · 0.64
TESTFunction · 0.64