Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/attermann/microReticulum
/ A
Method
A
test/test_objects/A.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include
"AData.h"
9
10
A::A() {
11
printf(
"A() this=0x%x A.Id=%x\n"
, this, getId());
12
}
13
14
A::A(const A& ref) : _data(ref._data) {
15
printf(
"A(A) this=0x%x A.Id=%x\n"
, this, getId());
Callers
nothing calls this directly
Calls
1
getId
Method · 0.45
Tested by
no test coverage detected