(context: &mut ReadContext)
| 47 | } |
| 48 | |
| 49 | fn fory_read_data(context: &mut ReadContext) -> Result<Self, Error> { |
| 50 | read_collection_data(context) |
| 51 | } |
| 52 | |
| 53 | fn fory_read_type_info(context: &mut ReadContext) -> Result<(), Error> { |
| 54 | read_collection_type_info(context, TypeId::SET as u32) |
nothing calls this directly
no test coverage detected