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

Method lvls

crates/kernel/src/constant.rs:114–123  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112 match self {
113 KConst::Defn { lvls, .. }
114 | KConst::Recr { lvls, .. }
115 | KConst::Axio { lvls, .. }
116 | KConst::Quot { lvls, .. }
117 | KConst::Indc { lvls, .. }
118 | KConst::Ctor { lvls, .. } => *lvls,
119 }
120 }
121
122 pub fn name(&self) -> &M::MField<Name> {
123 match self {
124 KConst::Defn { name, .. }
125 | KConst::Recr { name, .. }
126 | KConst::Axio { name, .. }

Callers 4

const_congruentFunction · 0.80
inferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected