Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ GetLength
Method
GetLength
sdk/angelscript/source/as_string.cpp:275–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
size_t asCString::GetLength() const
276
{
277
return length;
278
}
279
280
// Returns the length
281
size_t asCString::Format(const char *format, ...)
Callers
3
Compare
Method · 0.45
operator==
Method · 0.45
operator<
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected