Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
BString::~BString() {
159
if (data) {
160
data->decRefCount();
161
}
162
}
163
164
const char* BString::c_str() const {
165
return data->str;
Callers
nothing calls this directly
Calls
1
decRefCount
Method · 0.80
Tested by
no test coverage detected