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

Function checkoutType

src/jrd/ExtEngineManager.cpp:1854–1857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852
1853
1854static EngineCheckout::Type checkoutType(IExternalEngine* engine)
1855{
1856 return engine == SystemEngine::INSTANCE ? EngineCheckout::AVOID : EngineCheckout::REQUIRED;
1857}

Callers 9

setCharSetMethod · 0.85
executeMethod · 0.85
ResultSetMethod · 0.85
~ResultSetMethod · 0.85
fetchMethod · 0.85
makeFunctionMethod · 0.85
makeProcedureMethod · 0.85
makeTriggerMethod · 0.85
getEngineAttachmentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected