MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / parse_array_inner

Function parse_array_inner

crates/hyperqueue/src/common/arrayparser.rs:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52fn parse_array_inner() -> impl CharParser<IntArray> {
53 all_consuming(parse_ranges_without_overlap())
54}
55
56/// Parses integer ranges separated by commas.
57/// Makes sure that the ranges do not overlap.

Callers 1

parse_arrayFunction · 0.85

Calls 2

all_consumingFunction · 0.85

Tested by

no test coverage detected