MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / ~ProcessRunnerStruct

Method ~ProcessRunnerStruct

utility/import_exporter.cpp:944–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942 }
943
944 virtual ~ProcessRunnerStruct() {
945 if (fa_stdout.is_valid()) {
946 fa_stdout->close();
947 }
948 if (fa_stderr.is_valid()) {
949 fa_stderr->close();
950 }
951 }
952};
953
954// export all the imported resources

Callers

nothing calls this directly

Calls 2

is_validMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected