Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteString
Method
WriteString
Source/Engine/Serialization/Stream.cpp:794–797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
792
}
793
794
void WriteStream::WriteString(const StringView& data)
795
{
796
Write(data);
797
}
798
799
void WriteStream::WriteString(const StringView& data, int16 lock)
800
{
Callers
1
Upgrade_4_To_5
Method · 0.45
Calls
1
Write
Function · 0.70
Tested by
no test coverage detected