Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2063
std::size_t String::length() const {
2064
return mString.length();
2065
}
2066
2067
bool String::empty() const {
2068
return mString.empty();
Callers
15
getManifestEnvironmentVariables
Method · 0.95
commitText
Method · 0.45
getTextWidth
Function · 0.45
draw
Method · 0.45
fromJson
Function · 0.45
parseSignatureInformation
Function · 0.45
readStdOut
Method · 0.45
sendPacket
Method · 0.45
blame
Method · 0.45
replaceFileLinksToContents
Method · 0.45
promptToContentBlocks
Method · 0.45
tryStartSnippetNav
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected