MCPcopy 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
422void ReadStream::ReadString(String* data)
423{
424 Read(*data);
425}
426
427void ReadStream::ReadString(String* data, int16 lock)
428{

Callers 14

Upgrade_4_To_5Method · 0.45
UpdateSignatureMethod · 0.45
LoadSignatureMethod · 0.45
LoadGuardedMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
LoadCacheMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
ReadMethod · 0.45
LoadCache1Method · 0.45

Calls 1

ReadFunction · 0.70

Tested by

no test coverage detected