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

Method getB

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

Source from the content-addressed store, hash-verified

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

Callers 1

testObjectsFunction · 0.45

Calls 1

getIdMethod · 0.45

Tested by 1

testObjectsFunction · 0.36