Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ timeout
Function
timeout
src/tests/state_tests.cpp:574–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
572
573
574
Future<Option<Variable<Slaves>>> timeout(
575
Future<Option<Variable<Slaves>>> future)
576
{
577
future.discard();
578
return Failure(
"Timeout"
);
579
}
580
581
582
TEST_F(LogStateTest, Timeout)
Callers
nothing calls this directly
Calls
2
Failure
Class · 0.85
discard
Method · 0.45
Tested by
no test coverage detected