MCPcopy Create free account
hub / github.com/Recordscript/recordscript / data

Method data

libs/scrap/src/common/x11.rs:59–61  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

57
58impl<'a> TraitPixelBuffer for PixelBuffer<'a> {
59 fn data(&self) -> &[u8] {
60 self.data
61 }
62
63 fn width(&self) -> usize {
64 self.width

Callers 6

convert_to_yuvFunction · 0.45
mainFunction · 0.45
recordFunction · 0.45
recordFunction · 0.45
mainFunction · 0.45
previewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected