MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / close_file

Method close_file

utility/gdre_logger.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void GDRELogger::close_file() {
147 if (file.is_valid()) {
148 file->flush();
149 file = Ref<FileAccess>();
150 base_path = "";
151 }
152}
153
154void GDRELogger::_disable() {
155 disabled = true;

Callers 1

close_log_fileMethod · 0.80

Calls 2

is_validMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected