Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/kudu
/ empty
Method
empty
src/kudu/gutil/strings/stringpiece.h:175–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
int size() const { return length_; }
174
int length() const { return length_; }
175
bool empty() const { return length_ == 0; }
176
177
void clear() {
178
ptr_ = NULL;
Callers
15
LazyCpuInfoValue
Method · 0.45
AppendKeysFromMap
Function · 0.45
EmplaceValuesFromMap
Function · 0.45
vector_as_array
Function · 0.45
string_as_array
Function · 0.45
front
Method · 0.45
StripTrailingNewline
Function · 0.45
RemoveExtraWhitespace
Function · 0.45
ShellEscapeCommandLine
Function · 0.45
JoinCSVLineWithDelimiter
Function · 0.45
operator()
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected