MCPcopy Create free account
hub / github.com/SpartanJ/eepp / setCurModel

Method setCurModel

src/tools/ecode/commandpalette.cpp:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected