Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ SaveOptions
Function
SaveOptions
src/Options.c:65–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
static void SaveOptions(void) {
66
EntryList_Save(&Options,
"options.txt"
);
67
StringsBuffer_Clear(&changedOpts);
68
}
69
70
void Options_SaveIfChanged(void) {
71
if (!changedOpts.count) return;
Callers
3
Options_SaveIfChanged
Function · 0.85
Options_ResumeSaving
Function · 0.85
Options_SetString
Function · 0.85
Calls
2
EntryList_Save
Function · 0.85
StringsBuffer_Clear
Function · 0.85
Tested by
no test coverage detected