Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetMsgBuff
Method
GetMsgBuff
adapter/micro_thread/mt_mbuf_pool.h:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
return _max_len;
97
};
98
void* GetMsgBuff() {
99
return _msg_buff;
100
};
101
102
int GetHaveSndLen() {
103
return _send_len;
Callers
6
InputNotify
Method · 0.80
SendData
Method · 0.80
RecvData
Method · 0.80
DoEncode
Method · 0.80
DoInput
Method · 0.80
DoProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected