MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / increaseValue

Method increaseValue

Devices/unphone/Source/InitBoot.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void increaseValue(const char* key) {
33 int32_t new_value = getValue(key) + 1;
34 setValue(key, new_value);
35 }
36
37public:
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected