MCPcopy Create free account
hub / github.com/argumentcomputer/ix / Name

Class Name

crates/common/src/env.rs:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109/// Names are interned via `Arc` and compared/hashed by their Blake3 digest.
110#[derive(PartialEq, Eq, Debug, Clone)]
111pub struct Name(pub Arc<NameData>);
112
113impl PartialOrd for Name {
114 fn partial_cmp(&self, other: &Self) -> Option<std::cmp::Ordering> {

Callers 3

anonMethod · 0.85
strMethod · 0.85
numMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected