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

Method clear

source/util/bstring.cpp:855–859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853}
854
855void BString::clear() {
856 makeWritable(0);
857 data->len = 0;
858 data->str[0] = 0;
859}
860
861void BString::setLength(int len) {
862 data->len = len;

Callers 15

~KOpenGLSdlMethod · 0.45
getNodeFromLocalPathMethod · 0.45
applyMethod · 0.45
loadDefaultResourceMethod · 0.45
startupArgs.cppFile · 0.45
createButtonFunction · 0.45
loadAppsFunction · 0.45
resetAllMethod · 0.45
initMethod · 0.45
reloadWineVersionsMethod · 0.45
loadFileListsMethod · 0.45
updateFileListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected