(&self)
| 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, .. } |
no outgoing calls
no test coverage detected