()
| 211 | } |
| 212 | |
| 213 | export function hasCustomOutputStyle(): boolean { |
| 214 | const style = getSettings_DEPRECATED()?.outputStyle |
| 215 | return style !== undefined && style !== DEFAULT_OUTPUT_STYLE_NAME |
| 216 | } |
nothing calls this directly
no outgoing calls
no test coverage detected