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

Function bob

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

Source from the content-addressed store, hash-verified

228}
229
230fn bob() -> PropertyObject {
231 serde_json::from_str(entity::PERSON_BOB_V1).expect("could not parse entity")
232}
233
234fn charles() -> PropertyObject {
235 serde_json::from_str(entity::PERSON_CHARLES_V1).expect("could not parse entity")

Calls 1

expectMethod · 0.45

Tested by

no test coverage detected