MCPcopy Create free account
hub / github.com/SmingHub/Sming / count

Method count

Sming/Core/Data/ObjectMap.h:123–126  ·  view source on GitHub ↗

* @brief Get the number of entries in this map * @retval int Entry count */

Source from the content-addressed store, hash-verified

121 * @retval int Entry count
122 */
123 unsigned count() const
124 {
125 return entries.count();
126 }
127
128 /*
129 * @brief Get a key at a specified index, non-modifiable

Callers 1

extractAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected