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

Method WriteAllText

Source/Engine/Platform/Base/FileBase.cpp:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool FileBase::WriteAllText(const StringView& path, const String& data, Encoding encoding)
259{
260 return WriteAllText(path, *data, data.Length(), encoding);
261}
262
263bool FileBase::WriteAllText(const StringView& path, const StringBuilder& data, Encoding encoding)
264{

Callers 15

SaveMethod · 0.80
CreateModuleMethod · 0.80
RemoveModuleMethod · 0.80
SaveMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
CreateMethod · 0.80
ExecuteActionFunction · 0.80
SaveMethod · 0.80
GenerateAsciiSolutionMethod · 0.80

Calls 6

LengthMethod · 0.45
GetMethod · 0.45
ResizeMethod · 0.45
CountMethod · 0.45
SetCapacityMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected