MCPcopy 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
79static BStringData* allocNewData() {
80 return new BStringData();
81}
82
83template <typename T>
84void appendData(BString& s, T i) {

Callers 8

BStringMethod · 0.85
substrMethod · 0.85
toLowerCaseMethod · 0.85
toUpperCaseMethod · 0.85
operator+Method · 0.85
makeWritableMethod · 0.85
copyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected