Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ ReadString
Method
ReadString
Source/Engine/Serialization/Stream.cpp:422–425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
void ReadStream::ReadString(String* data)
423
{
424
Read(*data);
425
}
426
427
void ReadStream::ReadString(String* data, int16 lock)
428
{
Callers
14
Upgrade_4_To_5
Method · 0.45
UpdateSignature
Method · 0.45
LoadSignature
Method · 0.45
LoadGuarded
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
LoadCache
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
LoadCache1
Method · 0.45
Calls
1
Read
Function · 0.70
Tested by
no test coverage detected