MCPcopy 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
59static void CloseLogFile() {
60 if (g_log_file) {
61 fclose(g_log_file);
62 g_log_file = nullptr;
63 }
64}
65
66static std::string ResolveDefaultRuntimeExePath() {
67 wchar_t self[MAX_PATH]{};

Callers 3

~LlmProxyServiceMethod · 0.85
UpdateSettingsMethod · 0.85
RunManagerAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected