| 3236 | /// Represents the expression parsing context. |
| 3237 | #[derive(Default, Debug, Copy, Clone, PartialEq, Eq)] |
| 3238 | pub(super) struct ExpressionContext(ExpressionContextFlags); |
| 3239 | |
| 3240 | bitflags! { |
| 3241 | #[derive(Default, Debug, Copy, Clone, PartialEq, Eq)] |
no outgoing calls
no test coverage detected