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

Method Opened

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

Source from the content-addressed store, hash-verified

1554 ~TextFileWriter() { Close(); }
1555
1556 bool Opened() { return (m_File != nullptr); };
1557 void Close()
1558 {
1559 if (m_File != nullptr)

Callers 1

SaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected