MCPcopy 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
69void ConfigFile::writeString(BString name, BString value) {
70 this->values.set(name, value);
71}
72
73void ConfigFile::writeBool(BString name, bool value) {
74 this->values.set(name, B(value?"1":"0"));

Callers 3

saveConfigMethod · 0.80
saveContainerMethod · 0.80
saveAppMethod · 0.80

Calls 1

setMethod · 0.45

Tested by

no test coverage detected