MCPcopy 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
57string StrCat(const AlphaNum &a) {
58 return string(a.data(), a.size());
59}
60
61string StrCat(const AlphaNum &a, const AlphaNum &b) {
62 string result;

Callers

nothing calls this directly

Calls 7

Append2Function · 0.85
Append1Function · 0.85
Append4Function · 0.85
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected