MCPcopy Create free account
hub / github.com/crossuo/crossuo / WriteInt

Method WriteInt

src/Managers/ConfigManager.cpp:1574–1580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572 }
1573
1574 void WriteInt(const astr_t &key, int value)
1575 {
1576 if (m_File != nullptr)
1577 {
1578 fputs(astr_t(key + "=" + str_from(value) + "\n").c_str(), m_File);
1579 }
1580 }
1581
1582 void WriteBool(const astr_t &key, bool value)
1583 {

Callers 1

SaveMethod · 0.80

Calls 2

str_fromFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected