Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ StrCat
Function
StrCat
be/src/gutil/strings/strcat.cc:57–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
string StrCat(const AlphaNum &a) {
58
return string(a.data(), a.size());
59
}
60
61
string StrCat(const AlphaNum &a, const AlphaNum &b) {
62
string result;
Callers
nothing calls this directly
Calls
7
STLStringResizeUninitialized
Function · 0.85
Append2
Function · 0.85
Append1
Function · 0.85
Append4
Function · 0.85
data
Method · 0.45
size
Method · 0.45
begin
Method · 0.45
Tested by
no test coverage detected