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

Method setupDesc

src/dsql/StmtNodes.cpp:6444–6448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6442}
6443
6444USHORT MessageNode::setupDesc(thread_db* tdbb, CompilerScratch* csb, USHORT /*index*/,
6445 dsc* desc, ItemInfo* itemInfo)
6446{
6447 return PAR_desc(tdbb, csb, desc, itemInfo);
6448}
6449
6450MessageNode* MessageNode::dsqlPass(DsqlCompilerScratch* /*dsqlScratch*/)
6451{

Callers

nothing calls this directly

Calls 1

PAR_descFunction · 0.85

Tested by

no test coverage detected