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

Method pass2

src/dsql/Nodes.h:1394–1398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1392 }
1393
1394 virtual RecSourceListNode* pass2(thread_db* tdbb, CompilerScratch* csb)
1395 {
1396 ExprNode::pass2(tdbb, csb);
1397 return this;
1398 }
1399
1400 virtual RecSourceListNode* copy(thread_db* tdbb, NodeCopier& copier) const
1401 {

Callers

nothing calls this directly

Calls 1

pass2Function · 0.85

Tested by

no test coverage detected