Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
675
template <class RET>
676
bool Context<RET>::validAt(int num) const
677
{
678
return _promises[index(num)]->valid();
679
}
680
681
template <class RET>
682
bool Context<RET>::valid() const
Callers
nothing calls this directly
Calls
1
valid
Method · 0.45
Tested by
no test coverage detected