MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / ~BString

Method ~BString

source/util/bstring.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158BString::~BString() {
159 if (data) {
160 data->decRefCount();
161 }
162}
163
164const char* BString::c_str() const {
165 return data->str;

Callers

nothing calls this directly

Calls 1

decRefCountMethod · 0.80

Tested by

no test coverage detected