Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ xlog_new2
Function
xlog_new2
common/log/xlog.c:184–187 ·
view source on GitHub ↗
create a log context */
Source
from the content-addressed store, hash-verified
182
create a log context
183
*/
184
XLOG_API xlog_context* xlog_new2(int bConsole)
185
{
186
return xlog_new_context(bConsole);
187
}
188
189
/**
190
* free a log context, return 0 if success.
Callers
1
main
Function · 0.85
Calls
1
xlog_new_context
Function · 0.85
Tested by
1
main
Function · 0.68