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

Method setMultiple

Sming/Wiring/WHashMap.h:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385 }
386
387 void setMultiple(const HashMap<K, V>& map)
388 {
389 for(auto e : map) {
390 (*this)[e.key()] = e.value();
391 }
392 }
393
394 void setNullValue(const V& nullv)
395 {

Callers 2

executeMethod · 0.45
testHttpHeadersMethod · 0.45

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected