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

Class RelationshipDefinition

org/src/cosql.rs:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138
139#[derive(Debug)]
140struct RelationshipDefinition {
141 name: String,
142 roles: Vec<Role>,
143 attributes: Vec<Attribute>,
144}
145
146fn role(input: &str) -> IResult<&str, Role> {
147 map(

Callers 1

parse_cos_graph_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected