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

Method Length

Source/Engine/Platform/Win32/Win32StringUtils.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150int32 StringUtils::Length(const Char* str)
151{
152 return str ? static_cast<int32>(wcslen(str)) : 0;
153}
154
155int32 StringUtils::Length(const char* str)
156{

Callers 11

LogMethod · 0.45
GetMainDirectoryMethod · 0.45
MoveFileMethod · 0.45
LogMethod · 0.45
CreateProcessMethod · 0.45
MoveFileToRecycleBinMethod · 0.45
SetTextMethod · 0.45
SetRawDataMethod · 0.45
SetFilesMethod · 0.45
StringToHandleFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected