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

Method valueAt

Sming/Core/Data/ObjectMap.h:154–157  ·  view source on GitHub ↗

* @brief Get a value at a specified index, non-modifiable * @param idx the index to get the value at * @retval The value at index idx * @note The caller must not use `delete` on the returned value */

Source from the content-addressed store, hash-verified

152 * @note The caller must not use `delete` on the returned value
153 */
154 const V* valueAt(unsigned idx) const
155 {
156 return entries[idx].value;
157 }
158
159 /*
160 * @brief Get a value at a specified index

Callers 8

networkScanCompletedFunction · 0.80
printParamsMethod · 0.80
sendMethod · 0.80
cleanInactiveMethod · 0.80
multipartProducerMethod · 0.80
onHeadersCompleteMethod · 0.80
operator*Method · 0.80
operator*Method · 0.80

Calls 1

ValueClass · 0.85

Tested by

no test coverage detected