Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alignoth/alignoth
/ FromAround
Interface
FromAround
src/cli.rs:222–224 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
pub(crate) trait FromAround {
223
fn from_around(around: &Around) -> Self;
224
}
225
226
impl FromAround for Region {
227
fn from_around(around: &Around) -> Self {
Callers
nothing calls this directly
Implementers
1
cli.rs
src/cli.rs
Calls
no outgoing calls
Tested by
no test coverage detected