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

Method fmt

tests/graph/benches/manual_queries/entity_queries/mod.rs:50–52  ·  view source on GitHub ↗
(&self, fmt: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

48
49impl fmt::Display for GraphQueryType {
50 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
51 self.serialize(fmt)
52 }
53}
54
55impl GraphQuery<'_, '_, '_> {

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.45

Tested by

no test coverage detected