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

Method findUsedStreams

src/jrd/recsrc/BufferedStream.cpp:342–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void BufferedStream::findUsedStreams(StreamList& streams, bool expandAll) const
343{
344 m_next->findUsedStreams(streams, expandAll);
345}
346
347bool BufferedStream::isDependent(const StreamList& streams) const
348{

Callers 1

BufferedStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected