Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
150
int32 StringUtils::Length(const Char* str)
151
{
152
return str ? static_cast<int32>(wcslen(str)) : 0;
153
}
154
155
int32 StringUtils::Length(const char* str)
156
{
Callers
11
Log
Method · 0.45
GetMainDirectory
Method · 0.45
MoveFile
Method · 0.45
ConvertLineEndingsToDos
Method · 0.45
Log
Method · 0.45
CreateProcess
Method · 0.45
MoveFileToRecycleBin
Method · 0.45
SetText
Method · 0.45
SetRawData
Method · 0.45
SetFiles
Method · 0.45
StringToHandle
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected