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