MCPcopy Create free account
hub / github.com/cosdata/cosdata / parse_attribute_definitions0

Function parse_attribute_definitions0

src/cosql/definition/mod.rs:28–30  ·  view source on GitHub ↗
(input: &str)

Source from the content-addressed store, hash-verified

26}
27
28pub fn parse_attribute_definitions0(input: &str) -> IResult<&str, AttributeDefinitions> {
29 separated_list0(ws(char(',')), parse_attribute_definition)(input)
30}
31
32pub fn parse_attribute_definitions1(input: &str) -> IResult<&str, AttributeDefinitions> {
33 separated_list1(ws(char(',')), parse_attribute_definition)(input)

Callers

nothing calls this directly

Calls 1

wsFunction · 0.50

Tested by

no test coverage detected