MCPcopy Create free account
hub / github.com/X-Profiler/xprofiler / ~ProcessData

Method ~ProcessData

src/process_data.h:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20 ProcessData(){};
21 ~ProcessData() {
22 if (log_by_pass != nullptr) {
23 log_by_pass->Join();
24 }
25 };
26 // Disallow copy;
27 ProcessData(const ProcessData& other) = delete;
28

Callers

nothing calls this directly

Calls 1

JoinMethod · 0.80

Tested by

no test coverage detected