MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getPosition

Method getPosition

src/jrd/recsrc/WindowedStream.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 FB_UINT64 getPosition(Request* request) const override
86 {
87 Impure* const impure = request->getImpure<Impure>(m_impure);
88 return impure->irsb_position;
89 }
90
91 public:
92 NestConst<BufferedStream> m_next;

Callers 2

internalGetRecordMethod · 0.45
SlidingWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected