(&self, other: &ElementPointer<Other>)
| 397 | } |
| 398 | |
| 399 | pub fn transform_of<Other: Element>(&self, other: &ElementPointer<Other>) -> Affine { |
| 400 | self.transform_by_token(other.token()) |
| 401 | } |
| 402 | |
| 403 | fn transform_by_token(&self, other_token: Token) -> Affine { |
| 404 | self.regions |
nothing calls this directly
no test coverage detected