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

Class Assertion

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

Source from the content-addressed store, hash-verified

1099/// A single zero-width assertion.
1100#[derive(Clone, Debug, Eq, PartialEq)]
1101pub struct Assertion {
1102 /// The span of this assertion.
1103 pub span: Span,
1104 /// The assertion kind, e.g., `\b` or `^`.
1105 pub kind: AssertionKind,
1106}
1107
1108/// An assertion kind.
1109#[derive(Clone, Debug, Eq, PartialEq)]

Callers 3

into_astMethod · 0.85
parse_primitiveMethod · 0.85
parse_escapeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected