Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ advanceAndReturn
Function
advanceAndReturn
src/tests/metrics_tests.cpp:570–574 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
568
569
570
static Future<int> advanceAndReturn()
571
{
572
Clock::advance(Seconds(1));
573
return 42;
574
}
575
576
577
TEST_F(MetricsTest, AsyncTimer)
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected