Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
impl fmt::Display for GraphQueryType {
50
fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
51
self.serialize(fmt)
52
}
53
}
54
55
impl GraphQuery<
'_, '
_, '_> {
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.45
Tested by
no test coverage detected