MCPcopy Create free account
hub / github.com/dds-bridge/dds / CloseDebugFiles

Function CloseDebugFiles

library/src/init.cpp:177–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177void CloseDebugFiles()
178{
179 for (unsigned thrId = 0; thrId < memory.NumThreads(); thrId++)
180 {
181 SolverContext tmp_ctx;
182 [[maybe_unused]] auto thrp = tmp_ctx.thread();
183 thrp->close_debug_files();
184 }
185}
186
187
188void SetDeal(

Callers 3

DllMainFunction · 0.85
DDSFinalizeFunction · 0.85
libEndFunction · 0.85

Calls 3

NumThreadsMethod · 0.80
threadMethod · 0.80
close_debug_filesMethod · 0.80

Tested by

no test coverage detected