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

Class EntityInsertion

org/src/cosql.rs:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198#[derive(Debug)]
199struct EntityInsertion {
200 variable: String,
201 entity_type: String,
202 attributes: Vec<AttributeValue>,
203}
204
205fn entity_insertion(input: &str) -> IResult<&str, EntityInsertion> {
206 map(

Callers 1

parse_cos_graph_queryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected