MCPcopy Create free account
hub / github.com/SpartanJ/eepp / data

Method data

src/eepp/core/string.cpp:2118–2120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2116}
2117
2118const String::StringBaseType* String::data() const {
2119 return mString.data();
2120}
2121
2122String::Iterator String::begin() {
2123 return mString.begin();

Callers 15

csihandleMethod · 0.45
createWithPipeMethod · 0.45
updateMethod · 0.45
startAsyncReadMethod · 0.45
_fromStringFunction · 0.45
hashMethod · 0.45
hashToLowerMethod · 0.45
isAsciiTplFunction · 0.45
formatBufferMethod · 0.45
utf8LengthMethod · 0.45
string.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected