| 3132 | /// Represents the expression parsing context. |
| 3133 | #[derive(Default, Debug, Copy, Clone, PartialEq, Eq)] |
| 3134 | pub(super) struct ExpressionContext(ExpressionContextFlags); |
| 3135 | |
| 3136 | bitflags! { |
| 3137 | #[derive(Default, Debug, Copy, Clone, PartialEq, Eq)] |
no outgoing calls
no test coverage detected