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

Method connect

src/remote/remote.cpp:693–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693rem_port* rem_port::connect(PACKET* pckt)
694{
695 return (*this->port_connect)(this, pckt);
696}
697
698rem_port* rem_port::request(PACKET* pckt)
699{

Callers 3

aux_connectFunction · 0.45
queEventsMethod · 0.45
aux_requestFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected