Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
681
template <class RET>
682
bool Context<RET>::valid() const
683
{
684
return validAt(-1);
685
}
686
687
template <class RET>
688
int Context<RET>::setException(std::exception_ptr ex)
Callers
1
validAt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected