(mode: PermissionMode)
| 129 | } |
| 130 | |
| 131 | export function permissionModeShortTitle(mode: PermissionMode): string { |
| 132 | return getModeConfig(mode).shortTitle |
| 133 | } |
| 134 | |
| 135 | export function permissionModeSymbol(mode: PermissionMode): string { |
| 136 | return getModeConfig(mode).symbol |
nothing calls this directly
no test coverage detected