Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
611
RefPtr<const Config> rem_port::getPortConfig()
612
{
613
return port_config.hasData() ? port_config : Config::getDefaultConfig();
614
}
615
616
void rem_port::unlinkParent()
617
{
Callers
10
INET_connect
Function · 0.80
listener_socket
Function · 0.80
aux_request
Function · 0.80
setNoNagleOption
Function · 0.80
REMOTE_get_timeout_params
Function · 0.80
Batch
Method · 0.80
loadClientKey
Method · 0.80
authenticate
Method · 0.80
wireEncryption
Function · 0.80
createPluginsItr
Method · 0.80
Calls
1
hasData
Method · 0.45
Tested by
no test coverage detected