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