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

Method width

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

Source from the content-addressed store, hash-verified

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_; }
38 uint32_t stride() const { return width_ * 4; }
39 const std::string& name() const { return name_; }

Callers 3

RuntimeControlServiceMethod · 0.45
ReadRemoteFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected