MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / EncodeGenericData

Method EncodeGenericData

LibLemon/include/lemon/ipc/message.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75
76 template<typename T>
77 static MessageRawDataObject EncodeGenericData(const T* data, uint16_t length){
78 return MessageRawDataObject((uint8_t*)data, sizeof(T) * length);
79 }
80
81 Message(){
82 msize = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected