MCPcopy Create free account
hub / github.com/attermann/microReticulum / BData

Method BData

test/test_objects/BData.h:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5class BData {
6protected:
7 BData() {}
8 BData(const A& a) : _a(a) {}
9protected:
10 A _a;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected