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

Function concat

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

Create a concatenation with the given range.

(range: Range<usize>, asts: Vec<Ast>)

Source from the content-addressed store, hash-verified

2394
2395 /// Create a concatenation with the given range.
2396 fn concat(range: Range<usize>, asts: Vec<Ast>) -> Ast {
2397 concat_with(span(range), asts)
2398 }
2399
2400 /// Create a concatenation with the given span.
2401 fn concat_with(span: Span, asts: Vec<Ast>) -> Ast {

Callers 5

visit_postMethod · 0.85
hir_litFunction · 0.85
hir_blitFunction · 0.85
hir_catFunction · 0.85
repeat_range_literalsFunction · 0.85

Calls 2

concat_withFunction · 0.85
spanFunction · 0.85

Tested by

no test coverage detected