MCPcopy Create free account
hub / github.com/apple/foundationdb / getPtr

Method getPtr

flow/include/flow/ThreadHelper.actor.h:627–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 bool operator!=(const ThreadFuture& rhs) { return rhs.sav != sav; }
626
627 ThreadSingleAssignmentVarBase* getPtr() const { return sav; }
628 ThreadSingleAssignmentVarBase* extractPtr() {
629 auto* p = sav;
630 sav = nullptr;

Callers 2

getMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected