MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getScalarMacroFunction

Method getScalarMacroFunction

src/catalog/catalog.cpp:490–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490function::ScalarMacroFunction* Catalog::getScalarMacroFunction(const Transaction* transaction,
491 const std::string& name) const {
492 return macros->getEntry(transaction, name)
493 ->constCast<ScalarMacroCatalogEntry>()
494 .getMacroFunction();
495}
496
497// addScalarMacroFunction
498void Catalog::addScalarMacroFunction(Transaction* transaction, std::string name,

Callers 4

printSchemaMethod · 0.80
bindFuncFunction · 0.80
getSchemaCypherFunction · 0.80
bindMacroExpressionMethod · 0.80

Calls 2

getMacroFunctionMethod · 0.80
getEntryMethod · 0.45

Tested by

no test coverage detected