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

Method collectStreams

src/jrd/RecordSourceNodes.cpp:1491–1500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1489}
1490
1491void ProcedureSourceNode::collectStreams(SortedStreamList& streamList) const
1492{
1493 RecordSourceNode::collectStreams(streamList);
1494
1495 if (sourceList)
1496 sourceList->collectStreams(streamList);
1497
1498 if (targetList)
1499 targetList->collectStreams(streamList);
1500}
1501
1502
1503//--------------------

Callers 4

findDependentBooleansFunction · 0.45
findPossibleJoinsFunction · 0.45
isReferencedMethod · 0.45
checkSortsMethod · 0.45

Calls 4

beginMethod · 0.45
endMethod · 0.45
existMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected