MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / begin

Method begin

Bcore/src/main/cpp/base/safe_map.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 value_compare value_comp() const { return map_.value_comp(); }
61
62 iterator begin() { return map_.begin(); }
63 const_iterator begin() const { return map_.begin(); }
64 iterator end() { return map_.end(); }
65 const_iterator end() const { return map_.end(); }

Callers 1

PutBeforeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected