MCPcopy Create free account
hub / github.com/attermann/microReticulum / getA

Method getA

test/test_objects/B.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28A B::getA() {
29 printf("getA() this=0x%x B.Id=%x A.Id=%x\n", this, getId(), _data->_a.getId());
30 return _data->_a;
31}
32
33long B::getId() {
34 return (long)_data.get();

Callers 1

testObjectsFunction · 0.45

Calls 1

getIdMethod · 0.45

Tested by 1

testObjectsFunction · 0.36