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

Method getPortConfig

src/remote/remote.cpp:611–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611RefPtr<const Config> rem_port::getPortConfig()
612{
613 return port_config.hasData() ? port_config : Config::getDefaultConfig();
614}
615
616void rem_port::unlinkParent()
617{

Callers 10

INET_connectFunction · 0.80
listener_socketFunction · 0.80
aux_requestFunction · 0.80
setNoNagleOptionFunction · 0.80
BatchMethod · 0.80
loadClientKeyMethod · 0.80
authenticateMethod · 0.80
wireEncryptionFunction · 0.80
createPluginsItrMethod · 0.80

Calls 1

hasDataMethod · 0.45

Tested by

no test coverage detected