(&self)
| 5213 | impl Deref for UnrealCppAutogen { |
| 5214 | type Target = CodeIndenter<String>; |
| 5215 | fn deref(&self) -> &Self::Target { |
| 5216 | &self.output |
| 5217 | } |
| 5218 | } |
| 5219 | impl std::ops::DerefMut for UnrealCppAutogen { |
| 5220 | fn deref_mut(&mut self) -> &mut Self::Target { |
no outgoing calls
no test coverage detected