Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
UniqueKey UniqueKey::Make() {
88
return UniqueKey(new UniqueDomain());
89
}
90
91
UniqueKey UniqueKey::Append(const UniqueKey& uniqueKey, const uint32_t* data, size_t count) {
92
if (uniqueKey.empty()) {
Callers
nothing calls this directly
Calls
1
UniqueKey
Class · 0.70
Tested by
no test coverage detected