MCPcopy 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
203void BString::appendAfterNull(const BString& s) {
204 appendAfterNull(s.data->str, s.length());
205}
206
207void BString::appendAfterNull(const char* s) {
208 int len = (int)strlen(s);

Callers 1

dataChangedMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected