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

Method getSubFunction

src/dsql/DsqlCompilerScratch.cpp:682–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

680}
681
682DeclareSubFuncNode* DsqlCompilerScratch::getSubFunction(const MetaName& name)
683{
684 DeclareSubFuncNode* subFunc = NULL;
685 subFunctions.get(name, subFunc);
686
687 if (!subFunc && mainScratch)
688 subFunc = mainScratch->getSubFunction(name);
689
690 return subFunc;
691}
692
693void DsqlCompilerScratch::putSubFunction(DeclareSubFuncNode* subFunc, bool replace)
694{

Callers 2

dsqlPassMethod · 0.80
dsqlPassMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected