Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
static void markCompleted() {
35
Preferences preferences(PREFERENCES_NAMESPACE);
36
preferences.putBool(PREFERENCES_KEY_COMPLETED, true);
37
}
38
39
struct StepConfiguration {
40
std::string title;
Callers
1
onContinueClicked
Method · 0.85
Calls
1
putBool
Method · 0.45
Tested by
no test coverage detected