Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ appendAfterNull
Method
appendAfterNull
source/util/bstring.cpp:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void BString::appendAfterNull(const BString& s) {
204
appendAfterNull(s.data->str, s.length());
205
}
206
207
void BString::appendAfterNull(const char* s) {
208
int len = (int)strlen(s);
Callers
1
dataChanged
Method · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected