Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
855
void BString::clear() {
856
makeWritable(0);
857
data->len = 0;
858
data->str[0] = 0;
859
}
860
861
void BString::setLength(int len) {
862
data->len = len;
Callers
15
~KOpenGLSdl
Method · 0.45
getNodeFromLocalPath
Method · 0.45
apply
Method · 0.45
loadDefaultResource
Method · 0.45
startupArgs.cpp
File · 0.45
createButton
Function · 0.45
loadApps
Function · 0.45
resetAll
Method · 0.45
init
Method · 0.45
reloadWineVersions
Method · 0.45
loadFileLists
Method · 0.45
updateFileList
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected