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

Method Entry

Sming/Core/Data/ObjectMap.h:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 }
321
322 Entry(const K& key, V* value) : key(key)
323 {
324 this->value.reset(value);
325 }
326 };
327
328 Vector<Entry> entries;

Callers 1

addControlMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected