Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
B 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
33
long A::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