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

Function Value

src/DictEntry.hpp:114–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 std::string_view KeyView() const override { return key; }
113
114 std::string Value() const override { return value; }
115 std::string GetDefault() const override { return value; }
116 std::string_view ValueView() const override { return value; }
117

Callers 2

ValuesFunction · 0.70
ToStringFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected