Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/efsw
/ length
Method
length
src/efsw/String.cpp:264–266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
std::size_t String::length() const {
265
return mString.length();
266
}
267
268
bool String::empty() const {
269
return mString.empty();
Callers
7
String
Method · 0.80
fromUtf8
Method · 0.80
toAnsiString
Method · 0.80
toWideString
Method · 0.80
toUtf8
Method · 0.80
addWatch
Method · 0.80
handleActions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected