()
| 213 | } |
| 214 | |
| 215 | fn age_property_path() -> EntityQueryPath<'static> { |
| 216 | EntityQueryPath::Properties(Some(JsonPath::from_path_tokens(vec![PathToken::Field( |
| 217 | Cow::Borrowed("https://blockprotocol.org/@alice/types/property-type/age/"), |
| 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/"), |
no outgoing calls
no test coverage detected