(w)
| 114 | return w_0.severity === "warning"; |
| 115 | } |
| 116 | function _temp(w) { |
| 117 | return w.severity === "error"; |
| 118 | } |
| 119 | export function KeybindingSetup({ |
| 120 | children |
| 121 | }: Props): React.ReactNode { |
nothing calls this directly
no outgoing calls
no test coverage detected