Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
448
void BString::removeAll() {
449
clear();
450
}
451
452
BString BString::replace(char oldChar, char newChar) {
453
makeWritable(0);
Callers
1
readLine
Method · 0.45
Calls
1
clear
Function · 0.50
Tested by
no test coverage detected