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

Method get

Sming/Core/Data/ObjectMap.h:198–201  ·  view source on GitHub ↗

@brief Get map entry value * @param key * @retval Value * @see `operator[]` */

Source from the content-addressed store, hash-verified

196 * @see `operator[]`
197 */
198 Value get(const K& key)
199 {
200 return Value(*this, key);
201 }
202
203 /** @brief Set a key value
204 * @param key

Callers 15

initFunction · 0.45
jquery.jsFile · 0.45
mbFunction · 0.45
JbFunction · 0.45
VbFunction · 0.45
gFunction · 0.45
jquery.jsFile · 0.45
mbFunction · 0.45
JbFunction · 0.45
VbFunction · 0.45
gFunction · 0.45
jquery.jsFile · 0.45

Calls 1

ValueClass · 0.85

Tested by

no test coverage detected