MCPcopy Create free account
hub / github.com/Tencent/tgfx / Make

Method Make

src/gpu/resources/ResourceKey.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87UniqueKey UniqueKey::Make() {
88 return UniqueKey(new UniqueDomain());
89}
90
91UniqueKey UniqueKey::Append(const UniqueKey& uniqueKey, const uint32_t* data, size_t count) {
92 if (uniqueKey.empty()) {

Callers

nothing calls this directly

Calls 1

UniqueKeyClass · 0.70

Tested by

no test coverage detected