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

Function encode_decode_uuid_to_bytes

avro/src/decode.rs:899–912  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

897 ))
898 );
899
900 Ok(())
901 }
902
903 #[test]
904 fn test_avro_3448_proper_multi_level_decoding_middle_namespace() -> TestResult {
905 // if encoding fails in this test check the corresponding test in encode
906 let schema = r#"
907 {
908 "name": "record_name",
909 "namespace": "space",
910 "type": "record",
911 "fields": [
912 {
913 "name": "outer_field_1",
914 "type": [
915 "null",

Callers

nothing calls this directly

Calls 3

encodeFunction · 0.85
successFunction · 0.85
decodeFunction · 0.85

Tested by

no test coverage detected