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