MCPcopy 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

InputNotifyMethod · 0.80
FreeMsgBufMethod · 0.80
RecvDataMethod · 0.80
DoEncodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected