Whether the AST should be printed in redacted form
(&self)
| 117 | |
| 118 | /// Whether the AST should be printed in redacted form |
| 119 | pub fn redacted(&self) -> bool { |
| 120 | self.mode == FormatMode::SimpleRedacted |
| 121 | } |
| 122 | |
| 123 | /// Sets the current mode to a compatible version that does not redact |
| 124 | /// values; returns the current mode, which should be reset when the |
no outgoing calls
no test coverage detected