MCPcopy Create free account
hub / github.com/F-Stack/f-stack / GetDataPtr

Method GetDataPtr

adapter/micro_thread/hash_list.h:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 };
57
58 void* GetDataPtr() {
59 return _data_ptr;
60 };
61 void SetDataPtr(void* data) {
62 _data_ptr = data;
63 };

Callers 2

GetMsgBufMethod · 0.80
FreeMsgBufMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected