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

Method validAt

quantum/impl/quantum_context_impl.h:676–679  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674
675template <class RET>
676bool Context<RET>::validAt(int num) const
677{
678 return _promises[index(num)]->valid();
679}
680
681template <class RET>
682bool Context<RET>::valid() const

Callers

nothing calls this directly

Calls 1

validMethod · 0.45

Tested by

no test coverage detected