MCPcopy Create free account
hub / github.com/hashintel/hash / name_property_path

Function name_property_path

tests/graph/integration/postgres/sorting.rs:220–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

218 )])))
219}
220fn name_property_path() -> EntityQueryPath<'static> {
221 EntityQueryPath::Properties(Some(JsonPath::from_path_tokens(vec![PathToken::Field(
222 Cow::Borrowed("https://blockprotocol.org/@alice/types/property-type/name/"),
223 )])))
224}
225
226fn alice() -> PropertyObject {
227 serde_json::from_str(entity::PERSON_ALICE_V1).expect("could not parse entity")

Calls

no outgoing calls

Tested by

no test coverage detected