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

Method TestObject

test/test_allocator/test_allocator.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16class TestObject {
17public:
18 TestObject() {}
19 TestObject(const char* str, std::vector<std::string>& vec, RNS::Bytes& buf) : _str(str), _vec(vec), _external_buf(buf) {
20#ifdef VECTOR_INTERNAL_CONTENT
21 // CBA The following vector entries use psram even though they're created internally (not part of base object)

Callers

nothing calls this directly

Calls 1

assignMethod · 0.80

Tested by

no test coverage detected