Build the per-file context from the parsed stylesheet and source.
(&self, _stylesheet: &StyleSheet<'a>, _src: &str)
| 120 | |
| 121 | /// Build the per-file context from the parsed stylesheet and source. |
| 122 | fn build_context<'a>(&self, _stylesheet: &StyleSheet<'a>, _src: &str) -> Self::FileContext { |
| 123 | Self::FileContext::default() |
| 124 | } |
| 125 | |
| 126 | /// Whether to print a filename header before each file's rows in text mode. |
| 127 | fn show_file_header(&self) -> bool { |
no outgoing calls
no test coverage detected