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

Method execute

src/plugins/udr_engine/UdrEngine.cpp:304–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 }
303
304 void execute(ThrowStatusWrapper* status, IExternalContext* context, void* inMsg, void* outMsg)
305 {
306 IExternalFunction* function = engine->getChild<IUdrFunctionFactory, IExternalFunction>(
307 status, children, this, context, engine->functions, moduleName);
308
309 if (function)
310 function->execute(status, context, inMsg, outMsg);
311 }
312
313public:
314 Engine* engine;

Callers

nothing calls this directly

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected