MCPcopy Create free account
hub / github.com/3rdparty/libprocess / fail

Method fail

src/tests/metrics_tests.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 Future<double> fail()
78 {
79 return Failure("failure");
80 }
81
82 Future<double> pending()
83 {

Callers 14

set_io_promiseFunction · 0.45
read_internalFunction · 0.45
write_internalFunction · 0.45
acceptFunction · 0.45
connectFunction · 0.45
sendfileFunction · 0.45
event_callbackMethod · 0.45
connectMethod · 0.45
peek_callbackMethod · 0.45
accept_SSL_callbackMethod · 0.45
TEST_PFunction · 0.45
TESTFunction · 0.45

Calls 1

FailureClass · 0.85

Tested by

no test coverage detected