Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetHash
Function
GetHash
Source/Engine/Networking/NetworkReplicator.cpp:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
};
173
174
inline uint32 GetHash(const NetworkReplicatedObject& key)
175
{
176
return GetHash(key.ObjectId);
177
}
178
179
inline uint32 GetHash(const ScriptingObject* key)
180
{
Callers
2
Rasterize
Method · 0.50
DrawPoly
Function · 0.50
Calls
1
GetID
Method · 0.80
Tested by
no test coverage detected