MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / dsv_log_uninit

Function dsv_log_uninit

DSView/pv/log.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void dsv_log_uninit()
43{
44 xlog_free(log_ctx);
45 xlog_free_writer(dsv_log);
46 log_ctx = nullptr;
47 dsv_log = nullptr;
48}
49
50xlog_context* dsv_log_context()
51{

Callers 1

mainFunction · 0.85

Calls 2

xlog_freeFunction · 0.85
xlog_free_writerFunction · 0.85

Tested by

no test coverage detected