MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GetFirstConn

Method GetFirstConn

adapter/micro_thread/mt_connection.h:271–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 };
270
271 TcpKeepConn* GetFirstConn() {
272 return TAILQ_FIRST(&_keep_list);
273 };
274
275private:
276 uint32_t _addr_ipv4;

Callers 1

GetTcpKeepConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected