MCPcopy 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
22impl PartialEq for UserStation {
23 fn eq(&self, other: &Self) -> bool {
24 self.canister_id == other.canister_id
25 }
26}
27
28fn validate_name(name: &str) -> ModelValidatorResult<UserError> {

Callers 1

upgradeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected