MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / GetStartupTime

Function GetStartupTime

src/util.cpp:1232–1235  ·  view source on GitHub ↗

Obtain the application startup time (used for uptime calculation)

Source from the content-addressed store, hash-verified

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

Callers 3

FindBlockToFinalizeFunction · 0.85
uptimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected