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

Method getSubProcedure

src/dsql/DsqlCompilerScratch.cpp:704–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

702}
703
704DeclareSubProcNode* DsqlCompilerScratch::getSubProcedure(const MetaName& name)
705{
706 DeclareSubProcNode* subProc = NULL;
707 subProcedures.get(name, subProc);
708
709 if (!subProc && mainScratch)
710 subProc = mainScratch->getSubProcedure(name);
711
712 return subProc;
713}
714
715void DsqlCompilerScratch::putSubProcedure(DeclareSubProcNode* subProc, bool replace)
716{

Callers 2

PASS1_make_contextFunction · 0.80
dsqlPassMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected