| 68 | } |
| 69 | |
| 70 | void CommandPalette::setCurModel( const std::shared_ptr<CommandPaletteModel>& curModel ) { |
| 71 | mCurModel = curModel; |
| 72 | } |
| 73 | |
| 74 | std::shared_ptr<CommandPaletteModel> |
| 75 | CommandPalette::fuzzyMatch( const std::vector<std::vector<std::string>>& cmdPalette, |
no outgoing calls
no test coverage detected