Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Read
Method
Read
Source/Engine/Networking/NetworkStream.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void NetworkStream::Read(INetworkSerializable& obj)
143
{
144
obj.Deserialize(this);
145
}
146
147
void NetworkStream::Read(INetworkSerializable* obj)
148
{
Callers
2
Read
Method · 0.45
Deserialize
Method · 0.45
Calls
3
ReadBytes
Function · 0.85
Read
Function · 0.50
Deserialize
Method · 0.45
Tested by
no test coverage detected