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

Function SameOwner

src/PrefixMatch.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64};
65
66bool SameOwner(const std::weak_ptr<const Dict>& cached,
67 const std::weak_ptr<const Dict>& current) {
68 return !cached.owner_before(current) && !current.owner_before(cached);
69}
70
71bool SameDicts(const CacheEntry& cached,
72 const std::vector<std::weak_ptr<const Dict>>& current) {

Callers 1

SameDictsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected