Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ GetSize
Method
GetSize
src/server/angelscript/add_on/scriptarray/scriptarray.cpp:602–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
asUINT CScriptArray::GetSize() const
603
{
604
return buffer->numElements;
605
}
606
607
bool CScriptArray::IsEmpty() const
608
{
Callers
4
CScriptArray
Method · 0.45
InsertAt
Method · 0.45
operator==
Method · 0.45
ScriptArrayLength_Generic
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected