MCPcopy Index your code
hub / github.com/NativeScript/SimDeck / max

Method max

packages/server/src/android.rs:73–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 };
72
73 fn max(self) -> f64 {
74 self.top_left
75 .max(self.top_right)
76 .max(self.bottom_right)
77 .max(self.bottom_left)
78 }
79}
80
81#[derive(Clone, Default)]

Callers 15

handlePointerMoveFunction · 0.80
clampFunction · 0.80
TimelineFunction · 0.80
clampFunction · 0.80
compareVideoToImageFunction · 0.80
updateReceiverStatsMethod · 0.80
syncCanvasSizeMethod · 0.80
useLiveStreamFunction · 0.80
computeScaleFunction · 0.80
computeCenterScaleFunction · 0.80
clampZoomFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected