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

Function alice

tests/graph/integration/postgres/drafts.rs:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65fn alice() -> PropertyObject {
66 serde_json::from_str(entity::PERSON_ALICE_V1).expect("could not parse entity")
67}
68
69fn bob() -> PropertyObject {
70 serde_json::from_str(entity::PERSON_BOB_V1).expect("could not parse entity")

Callers 3

initial_draftFunction · 0.70
no_initial_draftFunction · 0.70
multiple_draftsFunction · 0.70

Calls 1

expectMethod · 0.45

Tested by

no test coverage detected