MCPcopy 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]
24pub(crate) struct Json<T>(pub T);
25
26impl<T, S> FromRequest<S> for Json<T>
27where

Callers 15

openapi_only_routerFunction · 0.70
query_entity_subgraphFunction · 0.70
issues_to_responseFunction · 0.70
status_to_responseFunction · 0.70
create_property_typeFunction · 0.70
create_entity_typeFunction · 0.70
create_data_typeFunction · 0.70
load_external_data_typeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected