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

Method WriteString

src/Managers/ConfigManager.cpp:1566–1572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1564 }
1565
1566 void WriteString(const astr_t &key, const astr_t &value)
1567 {
1568 if (m_File != nullptr)
1569 {
1570 fputs(astr_t(key + "=" + value + "\n").c_str(), m_File);
1571 }
1572 }
1573
1574 void WriteInt(const astr_t &key, int value)
1575 {

Callers 3

SaveMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected