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

Method remove

Sming/Core/Data/ObjectMap.h:99–102  ·  view source on GitHub ↗

* @brief Remove this value from the map * @retval bool true if the value was found and removed */

Source from the content-addressed store, hash-verified

97 * @retval bool true if the value was found and removed
98 */
99 bool remove()
100 {
101 return map.remove(key);
102 }
103
104 /**
105 * @brief Get the value for a given key and remove it from the map, without destroying it

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected