Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2118
const String::StringBaseType* String::data() const {
2119
return mString.data();
2120
}
2121
2122
String::Iterator String::begin() {
2123
return mString.begin();
Callers
15
csihandle
Method · 0.45
createWithPseudoTerminal
Method · 0.45
createWithPipe
Method · 0.45
update
Method · 0.45
startAsyncRead
Method · 0.45
_fromString
Function · 0.45
hash
Method · 0.45
hashToLower
Method · 0.45
isAsciiTpl
Function · 0.45
formatBuffer
Method · 0.45
utf8Length
Method · 0.45
string.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected