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

Method removeAll

source/util/bstring.cpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void BString::removeAll() {
449 clear();
450}
451
452BString BString::replace(char oldChar, char newChar) {
453 makeWritable(0);

Callers 1

readLineMethod · 0.45

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected