MCPcopy Create free account
hub / github.com/bblanchon/ArduinoJson / data

Function data

src/ArduinoJson/MsgPack/MsgPackBinary.hpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 explicit MsgPackBinary(const void* c, size_t size) : data_(c), size_(size) {}
11
12 const void* data() const {
13 return data_;
14 }
15
16 size_t size() const {
17 return size_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected