MCPcopy Create free account
hub / github.com/bloomberg/quantum / valid

Method valid

quantum/util/impl/quantum_generic_future_impl.h:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178template <typename T>
179bool GenericFuture<T>::valid() const
180{
181 return std::visit([](const auto& ctx)->bool { return ctx ? ctx->valid() : false; }, _context);
182}
183
184template <typename T>
185void GenericFuture<T>::wait() const

Callers 2

canTrimContextMethod · 0.45
isPendingContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected