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