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

Method valid

quantum/impl/quantum_context_impl.h:682–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680
681template <class RET>
682bool Context<RET>::valid() const
683{
684 return validAt(-1);
685}
686
687template <class RET>
688int Context<RET>::setException(std::exception_ptr ex)

Callers 1

validAtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected