Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ AArray
Method
AArray
sdk/tests/test_feature/source/test_arrayobject.cpp:324–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
322
class AArray {
323
public:
324
AArray() {}
325
AArray(const AArray &) {}
326
A operator[] (int ) {
327
return A();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected