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

Function concat_with

regex/regex-syntax/src/ast/parse.rs:2401–2403  ·  view source on GitHub ↗

Create a concatenation with the given span.

(span: Span, asts: Vec<Ast>)

Source from the content-addressed store, hash-verified

2399
2400 /// Create a concatenation with the given span.
2401 fn concat_with(span: Span, asts: Vec<Ast>) -> Ast {
2402 Ast::Concat(ast::Concat { span: span, asts: asts })
2403 }
2404
2405 /// Create an alternation with the given span.
2406 fn alt(range: Range<usize>, asts: Vec<Ast>) -> Ast {

Callers 1

concatFunction · 0.85

Calls 1

ConcatClass · 0.85

Tested by

no test coverage detected