Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
impl<
'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_yuv
Function · 0.45
main
Function · 0.45
record
Function · 0.45
record
Function · 0.45
main
Function · 0.45
preview
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected