Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void GDRELogger::close_file() {
147
if (file.is_valid()) {
148
file->flush();
149
file = Ref<FileAccess>();
150
base_path =
""
;
151
}
152
}
153
154
void GDRELogger::_disable() {
155
disabled = true;
Callers
1
close_log_file
Method · 0.80
Calls
2
is_valid
Method · 0.45
flush
Method · 0.45
Tested by
no test coverage detected