Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
private:
276
uint32_t _addr_ipv4;
Callers
1
GetTcpKeepConn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected