Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void 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
50
xlog_context* dsv_log_context()
51
{
Callers
1
main
Function · 0.85
Calls
2
xlog_free
Function · 0.85
xlog_free_writer
Function · 0.85
Tested by
no test coverage detected