(&self, f: &mut std::fmt::Formatter<'_>)
| 37 | |
| 38 | impl std::fmt::Debug for CodeObject { |
| 39 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 40 | write!(f, "<code-object {} at {}>", self.name, self.loc) |
| 41 | } |
| 42 | } |
nothing calls this directly
no outgoing calls
no test coverage detected