MCPcopy Create free account
hub / github.com/Snapchat/djinni / buf

Method buf

support-lib/cpp/DataView.hpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 DataView(const DataView&) = default;
31
32 uint8_t* buf() const {
33 return _buf;
34 }
35 size_t len() const {
36 return _len;
37 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected