Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ allocNewData
Function
allocNewData
source/util/bstring.cpp:79–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
static BStringData* allocNewData() {
80
return new BStringData();
81
}
82
83
template <typename T>
84
void appendData(BString& s, T i) {
Callers
8
BString
Method · 0.85
substr
Method · 0.85
toLowerCase
Method · 0.85
toUpperCase
Method · 0.85
operator+
Method · 0.85
makeWritable
Method · 0.85
stringByApppendingPath
Method · 0.85
copy
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected