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

Method fmt

apps/hash-graph/src/error.rs:8–10  ·  view source on GitHub ↗
(&self, fmt: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

6
7impl fmt::Display for GraphError {
8 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
9 fmt.write_str("the Graph query layer encountered an error during execution")
10 }
11}
12
13#[derive(Debug)]

Callers

nothing calls this directly

Calls 1

write_strMethod · 0.45

Tested by

no test coverage detected