Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handlePointerMove
Function · 0.80
clamp
Function · 0.80
Timeline
Function · 0.80
clamp
Function · 0.80
compareVideoToImage
Function · 0.80
updateReceiverStats
Method · 0.80
syncCanvasSize
Method · 0.80
useLiveStream
Function · 0.80
computeChromeScreenBorderRadius
Function · 0.80
computeScale
Function · 0.80
computeCenterScale
Function · 0.80
clampZoom
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected