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

Function alice

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

Source from the content-addressed store, hash-verified

224}
225
226fn alice() -> PropertyObject {
227 serde_json::from_str(entity::PERSON_ALICE_V1).expect("could not parse entity")
228}
229
230fn bob() -> PropertyObject {
231 serde_json::from_str(entity::PERSON_BOB_V1).expect("could not parse entity")

Calls 1

expectMethod · 0.45

Tested by

no test coverage detected