Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ A
Class
A
sdk/tests/test_feature/source/test_arrayobject.cpp:314–321 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
};
313
static Value v_static;
314
class A {
315
public:
316
A() {}
317
A(const A &) {}
318
Value &operator[] (int ) {
319
return v_static;
320
}
321
};
322
class AArray {
323
public:
324
AArray() {}
Callers
1
operator[]
Method · 0.70
Calls
no outgoing calls
Tested by
1
operator[]
Method · 0.56