Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
A 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
33
long B::getId() {
34
return (long)_data.get();
Callers
1
testObjects
Function · 0.45
Calls
1
getId
Method · 0.45
Tested by
1
testObjects
Function · 0.36