Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MayaPosch/NymphCast
/ GetCapacity
Method
GetCapacity
src/server/angelscript/angelscript/source/as_array.h:336–339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
334
335
template <class T>
336
asUINT asCArray<T>::GetCapacity() const
337
{
338
return maxLength;
339
}
340
341
template <class T>
342
bool asCArray<T>::SetLength(asUINT numElements)
Callers
4
ReadByteCode
Method · 0.80
Prepare
Method · 0.80
PushState
Method · 0.80
PushCallState
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected