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

Method failed

include/process/future.hpp:1031–1036  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1029
1030template <typename T>
1031Future<T> Future<T>::failed(const std::string& message)
1032{
1033 Future<T> future;
1034 future.fail(message);
1035 return future;
1036}
1037
1038
1039template <typename T>

Callers

nothing calls this directly

Calls 1

failMethod · 0.45

Tested by

no test coverage detected