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

Method height

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

Source from the content-addressed store, hash-verified

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_; }
40

Callers 3

RuntimeControlServiceMethod · 0.45
ReadRemoteFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected