MCPcopy 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

SendDataMethod · 0.80
RecvDataMethod · 0.80
DoProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected