Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/GPU-Reshape
/ AsPlatformGUID
Method
AsPlatformGUID
Source/Libraries/Common/Source/GlobalUID.cpp:142–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
GUID GlobalUID::AsPlatformGUID() const {
143
GUID guid;
144
std::memcpy(&guid, uuid, sizeof(guid));
145
146
return guid;
147
}
Callers
1
Device.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected