MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / LookUp

Method LookUp

Util/src/SymSpell/SymSpell.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87std::vector<SuggestItem> SymSpell::LookUp(const std::string &input) {
88 return LookUp(input, _maxDictionaryEditDistance);
89}
90
91std::vector<SuggestItem> SymSpell::LookUp(const std::string &input, int maxEditDistance) {
92 if (_strategy == Strategy::LazyLoaded) {

Callers 1

GetSuggestsMethod · 0.80

Calls 12

stringFunction · 0.85
sortFunction · 0.85
sizeMethod · 0.45
findMethod · 0.45
endMethod · 0.45
insertMethod · 0.45
CompareMethod · 0.45
emptyMethod · 0.45
clearMethod · 0.45
push_backMethod · 0.45
eraseMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected