MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / append

Method append

source/util/bstring.cpp:178–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void BString::append(const BString& s) {
179 append(s.data->str, s.length());
180}
181
182void BString::append(const BString& s, int offset, int len) {
183 if (offset <= s.length()) {

Callers 15

outXMMFunction · 0.45
outR32Function · 0.45
outR16Function · 0.45
outR8Function · 0.45
outSFunction · 0.45
outEA32Function · 0.45
outEA16Function · 0.45
outE64Function · 0.45
outE32Function · 0.45
outE16Function · 0.45
outE8Function · 0.45
logRRFunction · 0.45

Calls 3

appendFunction · 0.85
appendDataFunction · 0.85
lengthMethod · 0.45

Tested by

no test coverage detected