Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ Json
Class
Json
libs/@local/graph/api/src/rest/json.rs:24–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
#[derive(Debug, Clone, Copy, Default)]
23
#[must_use]
24
pub(crate) struct Json<T>(pub T);
25
26
impl<T, S> FromRequest<S> for Json<T>
27
where
Callers
15
openapi_only_router
Function · 0.70
query_entity_subgraph
Function · 0.70
issues_to_response
Function · 0.70
status_to_response
Function · 0.70
create_property_type
Function · 0.70
load_external_property_type
Function · 0.70
query_property_type_subgraph
Function · 0.70
create_entity_type
Function · 0.70
load_external_entity_type
Function · 0.70
query_entity_type_subgraph
Function · 0.70
create_data_type
Function · 0.70
load_external_data_type
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected