MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / empty

Method empty

libapp2sys/prebuilt/include/google/protobuf/map.h:952–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 }
951 size_type size() const { return num_elements_; }
952 bool empty() const { return size() == 0; }
953
954 iterator find(const Key& k) { return iterator(FindHelper(k).first); }
955 const_iterator find(const Key& k) const { return FindHelper(k).first; }

Callers

nothing calls this directly

Calls 1

sizeFunction · 0.85

Tested by

no test coverage detected