MCPcopy Create free account
hub / github.com/78/tenbox / data

Method data

src/ipc/shared_framebuffer.h:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 bool IsValid() const { return data_ != nullptr; }
33
34 uint8_t* data() const { return data_; }
35 size_t size() const { return size_; }
36 uint32_t width() const { return width_; }
37 uint32_t height() const { return height_; }

Callers 3

SendMethod · 0.45
ReadExactMethod · 0.45
EncodeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected