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

Method hasDiscard

include/process/future.hpp:1243–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241
1242template <typename T>
1243bool Future<T>::hasDiscard() const
1244{
1245 return data->discard;
1246}
1247
1248
1249namespace internal {

Callers 14

serveFunction · 0.80
set_io_promiseFunction · 0.80
pollCallbackFunction · 0.80
_run_in_event_loopFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
afterFunction · 0.80
TESTFunction · 0.80
TESTFunction · 0.80
runMethod · 0.80
callMethod · 0.80
notifiedMethod · 0.80

Calls

no outgoing calls

Tested by 5

TEST_FFunction · 0.64
TESTFunction · 0.64
afterFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64