Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/78/tenbox
/ GetManagerLogFile
Function
GetManagerLogFile
src/manager/main.cpp:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
static FILE* g_log_file = nullptr;
28
29
FILE* GetManagerLogFile() { return g_log_file; }
30
31
static void InitLogFile() {
32
wchar_t path[MAX_PATH]{};
Callers
1
RunManagerApp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected