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

Method getUtilInterface

src/yvalve/MasterImplementation.cpp:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 extern UtilInterface utilInterface; // Implemented in utl.cpp
422
423 IUtil* MasterImplementation::getUtilInterface()
424 {
425 return &utilInterface;
426 }
427
428} // namespace Why
429

Callers 15

UtilInterfacePtrMethod · 0.45
initMethod · 0.45
dumpDataMethod · 0.45
Functions.cppFile · 0.45
mainFunction · 0.45
errPrintFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected