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

Method id

libs/scrap/src/quartz/display.rs:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 }
32
33 pub fn id(self) -> u32 {
34 self.0
35 }
36
37 pub fn width(self) -> usize {
38 let w = unsafe { CGDisplayPixelsWide(self.0) };

Callers 2

newMethod · 0.45
nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected