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

Method getDispatcher

src/yvalve/MasterImplementation.cpp:73–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71//
72
73IProvider* MasterImplementation::getDispatcher()
74{
75 IProvider* dispatcher = FB_NEW Dispatcher;
76 dispatcher->addRef();
77 return dispatcher;
78}
79
80//
81// getDtc()

Callers 15

DispatcherPtrMethod · 0.45
initMethod · 0.45
executeMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

addRefMethod · 0.45

Tested by

no test coverage detected