Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadStringAnsi
Method
ReadStringAnsi
Source/Engine/Serialization/Stream.cpp:412–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
}
411
412
void ReadStream::ReadStringAnsi(StringAnsi* data)
413
{
414
Read(*data);
415
}
416
417
void ReadStream::ReadStringAnsi(StringAnsi* data, int8 lock)
418
{
Callers
1
OnNetworkMessageKey
Function · 0.80
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected