(command: unknown)
| 99 | } |
| 100 | |
| 101 | function isEditorCommand(command: unknown): command is IEditorCommand { |
| 102 | return hasCommandType(command, CommandType.EditorCommand); |
| 103 | } |
| 104 | |
| 105 | function isAIAssistantCommand( |
| 106 | command: unknown |
no test coverage detected