MCPcopy 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
77void ConfigFile::writeInt(BString name, int value) {
78 this->values.set(name, BString::valueOf(value));
79}
80
81bool ConfigFile::saveChanges() {
82 std::vector<BString> lines;

Callers 2

saveConfigMethod · 0.80
saveAppMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected