Method
fory_write_data_generic
(
&self,
context: &mut WriteContext,
has_generics: bool,
)
Source from the content-addressed store, hash-verified
| 107 | |
| 108 | #[inline(always)] |
| 109 | fn fory_write_data_generic( |
| 110 | &self, |
| 111 | context: &mut WriteContext, |
| 112 | has_generics: bool, |
| 113 | ) -> Result<(), Error> { |
| 114 | T::fory_write_data_generic(&*self.borrow(), context, has_generics) |
| 115 | } |
| 116 | |
| 117 | #[inline(always)] |
| 118 | fn fory_write_data(&self, context: &mut WriteContext) -> Result<(), Error> { |
Callers
nothing calls this directly
Tested by
no test coverage detected