Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
class BData {
6
protected:
7
BData() {}
8
BData(const A& a) : _a(a) {}
9
protected:
10
A _a;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected