Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ isCompleteWord
Method
isCompleteWord
samples/_timeline/VisualDictionary/src/Dictionary.cpp:65–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
bool Dictionary::isCompleteWord( const std::string &word ) const
66
{
67
vector<string>::const_iterator lower = std::lower_bound( mWords.begin(), mWords.end(), word );
68
return ( lower != mWords.end() ) && *lower == word;
69
}
Callers
1
update
Method · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected