Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ WriteText
Method
WriteText
Source/Engine/Serialization/Stream.cpp:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
void WriteStream::WriteText(const StringView& text)
573
{
574
WriteBytes(text.Get(), sizeof(Char) * text.Length());
575
}
576
577
void WriteStream::WriteText(const StringAnsiView& text)
578
{
Callers
2
ExportModel
Method · 0.80
OnDeployBinaries
Method · 0.80
Calls
2
Get
Method · 0.45
Length
Method · 0.45
Tested by
no test coverage detected