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

Function ws

org/src/cosql.rs:28–33  ·  view source on GitHub ↗
(inner: F)

Source from the content-addressed store, hash-verified

26}
27
28fn ws<'a, F: 'a, O>(inner: F) -> impl FnMut(&'a str) -> IResult<&'a str, O>
29where
30 F: Fn(&'a str) -> IResult<&'a str, O>,
31{
32 delimited(multispace0, inner, multispace0)
33}
34
35// Data Types and Values
36

Callers 15

attributeFunction · 0.70
entity_definitionFunction · 0.70
roleFunction · 0.70
relationship_definitionFunction · 0.70
attribute_valueFunction · 0.70
entity_insertionFunction · 0.70
role_assignmentFunction · 0.70
relationship_insertionFunction · 0.70
entity_patternFunction · 0.70
relationship_patternFunction · 0.70
conditionFunction · 0.70
queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected