Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
342
void BufferedStream::findUsedStreams(StreamList& streams, bool expandAll) const
343
{
344
m_next->findUsedStreams(streams, expandAll);
345
}
346
347
bool BufferedStream::isDependent(const StreamList& streams) const
348
{
Callers
1
BufferedStream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected