Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ GetMsgLen
Method
GetMsgLen
adapter/micro_thread/mt_mbuf_pool.h:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
_msg_len = msg_len;
90
};
91
int GetMsgLen() {
92
return _msg_len;
93
};
94
95
int GetMaxLen() {
96
return _max_len;
Callers
3
SendData
Method · 0.80
RecvData
Method · 0.80
DoProcess
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected