Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/78/tenbox
/ CloseLogFile
Function
CloseLogFile
src/manager/main.cpp:59–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
static void CloseLogFile() {
60
if (g_log_file) {
61
fclose(g_log_file);
62
g_log_file = nullptr;
63
}
64
}
65
66
static std::string ResolveDefaultRuntimeExePath() {
67
wchar_t self[MAX_PATH]{};
Callers
3
~LlmProxyService
Method · 0.85
UpdateSettings
Method · 0.85
RunManagerApp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected