MCPcopy Create free account
hub / github.com/USCiLab/cereal / String

Method String

unittests/doctest.h:3345–3348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3343}
3344
3345String::String() {
3346 buf[0] = '\0';
3347 setLast();
3348}
3349
3350String::~String() {
3351 if(!isOnStack())

Callers

nothing calls this directly

Calls 1

setLastMethod · 0.80

Tested by

no test coverage detected