()
| 218 | )]))) |
| 219 | } |
| 220 | fn 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 | |
| 226 | fn alice() -> PropertyObject { |
| 227 | serde_json::from_str(entity::PERSON_ALICE_V1).expect("could not parse entity") |
no outgoing calls
no test coverage detected