Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ Length
Method
Length
Source/Utility/String.h:353–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
u32 Length() const
354
{
355
if ( mpString == NULL )
356
{
357
return 0;
358
}
359
else
360
{
361
return strlen( mpString );
362
}
363
}
364
365
bool IsNull() const
366
{
Callers
3
Copy
Method · 0.45
Append
Method · 0.45
CString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected