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

Class EntityDefinition

org/src/cosql.rs:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112#[derive(Debug)]
113struct EntityDefinition {
114 name: String,
115 attributes: Vec<Attribute>,
116}
117
118fn entity_definition(input: &str) -> IResult<&str, EntityDefinition> {
119 map(

Callers 1

parse_cos_graph_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected