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

Method length

src/eepp/core/string.cpp:2063–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2061}
2062
2063std::size_t String::length() const {
2064 return mString.length();
2065}
2066
2067bool String::empty() const {
2068 return mString.empty();

Callers 15

commitTextMethod · 0.45
getTextWidthFunction · 0.45
drawMethod · 0.45
fromJsonFunction · 0.45
readStdOutMethod · 0.45
sendPacketMethod · 0.45
blameMethod · 0.45
promptToContentBlocksMethod · 0.45
tryStartSnippetNavMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected