MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / getObject

Method getObject

Bcore/src/main/cpp/Dobby/external/xnucxx/LiteMutableArray.cc:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16LiteObject *LiteMutableArray::getObject(const int index) {
17 return (LiteObject *)array[index];
18}
19
20bool LiteMutableArray::pushObject(const LiteObject *object) {
21 unsigned int newCount = array_count + 1;

Callers 15

~PseudoLabelMethod · 0.80
~TurboAssemblerMethod · 0.80
RelocBindMethod · 0.80
~PseudoLabelMethod · 0.80
~TurboAssemblerMethod · 0.80
RelocBindMethod · 0.80
~PseudoLabelMethod · 0.80
~TurboAssemblerMethod · 0.80
RelocBindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected