Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
140
struct RelationshipDefinition {
141
name: String,
142
roles: Vec<Role>,
143
attributes: Vec<Attribute>,
144
}
145
146
fn role(input: &str) -> IResult<&str, Role> {
147
map(
Callers
1
parse_cos_graph_query
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected