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

Method getValue

Sming/Core/Data/ObjectMap.h:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 V* getValue() const
75 {
76 return map.find(key);
77 }
78
79 Value& operator=(V* newValue)
80 {

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected