Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ writeInt
Method
writeInt
source/ui/data/configFile.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
void ConfigFile::writeInt(BString name, int value) {
78
this->values.set(name, BString::valueOf(value));
79
}
80
81
bool ConfigFile::saveChanges() {
82
std::vector<BString> lines;
Callers
2
saveConfig
Method · 0.80
saveApp
Method · 0.80
Calls
1
set
Method · 0.45
Tested by
no test coverage detected