Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetHaveSndLen
Method
GetHaveSndLen
adapter/micro_thread/mt_mbuf_pool.h:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
};
101
102
int GetHaveSndLen() {
103
return _send_len;
104
};
105
void SetHaveSndLen(int snd_len) {
106
_send_len = snd_len;
107
};
Callers
1
SendData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected