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

Method Close

src/Managers/ConfigManager.cpp:1557–1564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1555
1556 bool Opened() { return (m_File != nullptr); };
1557 void Close()
1558 {
1559 if (m_File != nullptr)
1560 {
1561 fs_close(m_File);
1562 m_File = nullptr;
1563 }
1564 }
1565
1566 void WriteString(const astr_t &key, const astr_t &value)
1567 {

Callers 5

SaveMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45
SaveMethod · 0.45

Calls 1

fs_closeFunction · 0.85

Tested by

no test coverage detected