MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / DictGroup

Method DictGroup

src/DictGroup.cpp:40–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38} // namespace
39
40DictGroup::DictGroup(const std::list<DictPtr>& _dicts)
41 : DictGroup(_dicts, DictGroupMatchPolicy::ShortCircuit) {}
42
43DictGroup::DictGroup(const std::list<DictPtr>& _dicts,
44 DictGroupMatchPolicy _matchPolicy)

Callers

nothing calls this directly

Calls 1

GetKeyMaxLengthFunction · 0.70

Tested by

no test coverage detected