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

Method toString

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

Source from the content-addressed store, hash-verified

30 inline bool operator < (const TestObject& test) const { return _str < test._str; }
31
32 inline const std::string toString() const { return std::string("TestObject(") + _str + "," + std::to_string(_vec.size()) + "," + _internal_buf.toString() + "," + _external_buf.toString() + ")"; }
33
34 // CBA All of the following empty containers are included in the memory allocated for std::map and use psram
35 std::string _str;

Callers 15

testBytesMainFunction · 0.45
testCowBytesFunction · 0.45
testBytesConversionFunction · 0.45
testBytesStreamFunction · 0.45
testBytesReserveFunction · 0.45
testCompareFunction · 0.45
test_map_allocatorFunction · 0.45
readFileFunction · 0.45
overwriteFileFunction · 0.45
received_announceMethod · 0.45
onPacketFunction · 0.45
onPingPacketFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected