Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetHaveRcvLen
Method
GetHaveRcvLen
adapter/micro_thread/mt_mbuf_pool.h:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
109
110
int GetHaveRcvLen() {
111
return _recv_len;
112
};
113
void SetHaveRcvLen(int rcv_len) {
114
_recv_len = rcv_len;
115
};
Callers
2
RecvData
Method · 0.80
DoInput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected