MCPcopy 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
570static Future<int> advanceAndReturn()
571{
572 Clock::advance(Seconds(1));
573 return 42;
574}
575
576
577TEST_F(MetricsTest, AsyncTimer)

Callers 1

TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected