MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / json

Method json

src/avro/src/decode.rs:1504–1509  ·  view source on GitHub ↗
(
            mut self,
            r: ValueOrReader<'a, &'a serde_json::Value, R>,
        )

Source from the content-addressed store, hash-verified

1502 }
1503
1504 fn json<'a, R: AvroRead>(
1505 mut self,
1506 r: ValueOrReader<'a, &'a serde_json::Value, R>,
1507 ) -> Result<Self::Out, AvroError> {
1508 (self.conv)(self.inner.json(r)?)
1509 }
1510
1511 fn uuid<'a, R: AvroRead>(
1512 mut self,

Callers 15

getCurrentUserMethod · 0.45
listAllKeysMethod · 0.45
MfaAlert.test.tsxFile · 0.45
buildStatusResponseFunction · 0.45
apiClient.test.tsFile · 0.45
fetchSummaryFunction · 0.45
buildCloudRegionsReponseFunction · 0.45
buildDailyCostResponseFunction · 0.45

Calls 3

maybe_skipMethod · 0.80
cloneMethod · 0.45
to_ownedMethod · 0.45

Tested by 15

buildStatusResponseFunction · 0.36
authenticateFunction · 0.36
test_auth_api_tokenFunction · 0.36
test_token_refreshFunction · 0.36
test_get_user_profileFunction · 0.36