Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/avro-rs
/ test_decode_array_without_size
Function
test_decode_array_without_size
avro/src/decode.rs:374–380 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
372
reader,
373
ctx,
374
)?;
375
items.insert(key, value);
376
}
377
value => return Err(Details::MapKeyType(value.into()).into()),
378
}
379
}
380
}
381
382
Ok(Value::Map(items))
383
}
Callers
nothing calls this directly
Calls
2
decode
Function · 0.85
build
Method · 0.80
Tested by
no test coverage detected