Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
IProvider* MasterImplementation::getDispatcher()
74
{
75
IProvider* dispatcher = FB_NEW Dispatcher;
76
dispatcher->addRef();
77
return dispatcher;
78
}
79
80
//
81
// getDtc()
Callers
15
DispatcherPtr
Method · 0.45
init
Method · 0.45
execute
Method · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
addRef
Method · 0.45
Tested by
no test coverage detected