Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
UtilInterfacePtr
Method · 0.45
init
Method · 0.45
UdfBackwardCompatibility.cpp
File · 0.45
dumpData
Method · 0.45
Functions.cpp
File · 0.45
main
Function · 0.45
errPrint
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected