Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alignoth/alignoth
/ Clamp
Interface
Clamp
src/cli.rs:188–190 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
186
}
187
188
pub(crate) trait Clamp {
189
fn clamp(&self, min: i64, max: i64) -> Self;
190
}
191
192
impl Clamp for Region {
193
fn clamp(&self, min: i64, max: i64) -> Self {
Callers
nothing calls this directly
Implementers
1
cli.rs
src/cli.rs
Calls
no outgoing calls
Tested by
no test coverage detected