(token: &RefEquality<&NodeOwner>, n: &RefEquality<Rc<NodeCell>>, op: Operation)
| 193 | } |
| 194 | |
| 195 | fn operation(token: &RefEquality<&NodeOwner>, n: &RefEquality<Rc<NodeCell>>, op: Operation) -> bool { |
| 196 | (n.0.ro(token.0).as_ref() as &dyn Any).downcast_ref::<NodeVariant::Simple>().map(|n| n.0 == op) == Some(true) |
| 197 | } |
| 198 | |
| 199 | |
| 200 | #[derive(Default)] |
nothing calls this directly
no outgoing calls
no test coverage detected