Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ closePort
Method
closePort
src/remote/remote.cpp:825–828 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
823
}
824
825
void PortsCleanup::closePort(rem_port* port)
826
{
827
port->force_close();
828
}
829
830
void PortsCleanup::delay()
831
{
Callers
nothing calls this directly
Calls
1
force_close
Method · 0.80
Tested by
no test coverage detected