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

Method getPrev

quantum/impl/quantum_context_impl.h:188–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186template <class RET>
187template <class OTHER_RET>
188NonBufferRetType<OTHER_RET> ICoroContext<RET>::getPrev()
189{
190 std::shared_ptr<Impl> ctx = static_cast<Impl*>(this)->shared_from_this();
191 return ctx->template getPrev<OTHER_RET>(ctx);
192}
193
194template <class RET>
195template <class OTHER_RET>

Callers

nothing calls this directly

Calls 4

ThrowFutureExceptionFunction · 0.85
getICoroFutureMethod · 0.80
sizeMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected