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

Method isFailed

include/process/future.hpp:1229–1232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1227
1228template <typename T>
1229bool Future<T>::isFailed() const
1230{
1231 return data->state == FAILED;
1232}
1233
1234
1235template <typename T>

Callers 15

processMethod · 0.80
streamMethod · 0.80
cleanupFunction · 0.80
_readMethod · 0.80
sendfileFunction · 0.80
sendFunction · 0.80
serveFunction · 0.80
receiveFunction · 0.80
on_acceptFunction · 0.80
ignore_recv_dataFunction · 0.80
link_connectMethod · 0.80
_sendFunction · 0.80

Calls

no outgoing calls

Tested by 10

TESTFunction · 0.64
TEST_PFunction · 0.64
mainFunction · 0.64
TESTFunction · 0.64
repairFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
AwaitAssertReadyFunction · 0.64
AwaitAssertDiscardedFunction · 0.64
AwaitAssertAbandonedFunction · 0.64