Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ eq
Method
eq
core/control-panel/impl/src/models/user_station.rs:23–25 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
21
22
impl PartialEq for UserStation {
23
fn eq(&self, other: &Self) -> bool {
24
self.canister_id == other.canister_id
25
}
26
}
27
28
fn validate_name(name: &str) -> ModelValidatorResult<UserError> {
Callers
1
upgrade
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected