MCPcopy Create free account
hub / github.com/davidblewett/rure-python / Flags

Class Flags

regex/regex-syntax/src/ast/mod.rs:1269–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267/// This corresponds only to the sequence of flags themselves, e.g., `is-u`.
1268#[derive(Clone, Debug, Eq, PartialEq)]
1269pub struct Flags {
1270 /// The span of this group of flags.
1271 pub span: Span,
1272 /// A sequence of flag items. Each item is either a flag or a negation
1273 /// operator.
1274 pub items: Vec<FlagsItem>,
1275}
1276
1277impl Flags {
1278 /// Add the given item to this sequence of flags.

Callers 2

push_groupMethod · 0.70
flag_setFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected