MCPcopy 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
10A::A() {
11 printf("A() this=0x%x A.Id=%x\n", this, getId());
12}
13
14A::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

getIdMethod · 0.45

Tested by

no test coverage detected