(&self)
| 218 | |
| 219 | #[inline] |
| 220 | pub(crate) unsafe fn mutation_context<'gc>(&self) -> &Mutation<'gc> { |
| 221 | unsafe { mem::transmute::<&Self, &Mutation>(self) } |
| 222 | } |
| 223 | |
| 224 | #[inline] |
| 225 | fn collection_context(&self) -> &Collection { |
no outgoing calls
no test coverage detected