MCPcopy 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
264std::size_t String::length() const {
265 return mString.length();
266}
267
268bool String::empty() const {
269 return mString.empty();

Callers 7

StringMethod · 0.80
fromUtf8Method · 0.80
toAnsiStringMethod · 0.80
toWideStringMethod · 0.80
toUtf8Method · 0.80
addWatchMethod · 0.80
handleActionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected