Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ length
Method
length
BeefySysLib/util/String.cpp:919–924 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
917
}
918
919
size_t UTF16String::length() const
920
{
921
if (mSize == 0)
922
return 0;
923
return mSize - 1;
924
}
Callers
15
myrep
Function · 0.45
ReadUnicode32SizedString
Method · 0.45
Write
Method · 0.45
WriteSNZ
Method · 0.45
WriteSZ
Method · 0.45
ParseHotKey
Method · 0.45
ToWString
Method · 0.45
ToUpper
Method · 0.45
MakeUpper
Method · 0.45
ToLower
Method · 0.45
Trim
Method · 0.45
StrStartsWith
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected