Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ KeyMaxLength
Method
KeyMaxLength
src/TextDict.cpp:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
}
74
75
size_t TextDict::KeyMaxLength() const { return maxLength; }
76
77
Optional<const DictEntry*> TextDict::Match(const char* word, size_t len) const {
78
std::unique_ptr<DictEntry> entry(
Callers
1
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.36