Obtain the application startup time (used for uptime calculation)
| 1230 | |
| 1231 | // Obtain the application startup time (used for uptime calculation) |
| 1232 | int64_t GetStartupTime() |
| 1233 | { |
| 1234 | return nStartupTime; |
| 1235 | } |
| 1236 | |
| 1237 | fs::path AbsPathForConfigVal(const fs::path& path, bool net_specific) |
| 1238 | { |
no outgoing calls
no test coverage detected