MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Write

Method Write

Source/Engine/Utilities/TextWriter.h:100–103  ·  view source on GitHub ↗

Write text to the buffer Data

Source from the content-addressed store, hash-verified

98 /// </summary>
99 /// <param name="text">Data</param>
100 void Write(const StringViewBase<CharType>& text)
101 {
102 _buffer.WriteBytes((void*)text.Get(), text.Length() * sizeof(CharType));
103 }
104
105 /// <summary>
106 /// Write text to the buffer

Callers

nothing calls this directly

Calls 7

LengthFunction · 0.50
formatFunction · 0.50
WriteBytesMethod · 0.45
GetMethod · 0.45
LengthMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected