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

Function readyFuture

src/tests/future_tests.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420
421
422static Future<bool> readyFuture()
423{
424 return true;
425}
426
427
428static Future<bool> failedFuture()

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected