Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
execute
Method · 0.45
testHttpHeaders
Method · 0.45
Calls
1
value
Method · 0.45
Tested by
no test coverage detected