MCPcopy Create free account
hub / github.com/apache/avro-rs / success

Function success

avro/src/encode.rs:383–385  ·  view source on GitHub ↗
(value: &Value, schema: &Schema)

Source from the content-addressed store, hash-verified

381 use uuid::Uuid;
382
383 pub(crate) fn success(value: &Value, schema: &Schema) -> String {
384 format!("Value: {value:?}\n should encode with schema:\n{schema:?}")
385 }
386
387 #[test]
388 fn test_encode_empty_array() {

Calls

no outgoing calls