Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClassiCube/ClassiCube
/ Options_Free
Function
Options_Free
src/Options.c:20–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
18
#endif
19
20
void Options_Free(void) {
21
StringsBuffer_Clear(&Options);
22
StringsBuffer_Clear(&changedOpts);
23
}
24
25
static cc_bool HasChanged(const cc_string* key) {
26
cc_string entry;
Callers
nothing calls this directly
Calls
1
StringsBuffer_Clear
Function · 0.85
Tested by
no test coverage detected