Is this the default source location?
(self)
| 26 | |
| 27 | /// Is this the default source location? |
| 28 | pub fn is_default(self) -> bool { |
| 29 | self == Default::default() |
| 30 | } |
| 31 | |
| 32 | /// Read the bits of this source location. |
| 33 | pub fn bits(self) -> u32 { |
no outgoing calls
no test coverage detected