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

Class RelationshipInsertion

org/src/cosql.rs:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233#[derive(Debug)]
234struct RelationshipInsertion {
235 variable: String,
236 roles: Vec<RoleAssignment>,
237 relationship_type: String,
238 attributes: Vec<AttributeValue>,
239}
240
241fn role_assignment(input: &str) -> IResult<&str, RoleAssignment> {
242 map(

Callers 1

parse_cos_graph_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected