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

Function markCompleted

Tactility/Source/app/setup/Setup.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static void markCompleted() {
35 Preferences preferences(PREFERENCES_NAMESPACE);
36 preferences.putBool(PREFERENCES_KEY_COMPLETED, true);
37}
38
39struct StepConfiguration {
40 std::string title;

Callers 1

onContinueClickedMethod · 0.85

Calls 1

putBoolMethod · 0.45

Tested by

no test coverage detected