Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ writeString
Method
writeString
source/ui/data/configFile.cpp:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
void ConfigFile::writeString(BString name, BString value) {
70
this->values.set(name, value);
71
}
72
73
void ConfigFile::writeBool(BString name, bool value) {
74
this->values.set(name, B(value?
"1"
:
"0"
));
Callers
3
saveConfig
Method · 0.80
saveContainer
Method · 0.80
saveApp
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected