MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / StrCat

Function StrCat

tensorflow/core/lib/strings/strcat.cc:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85string StrCat(const AlphaNum &a) { return string(a.data(), a.size()); }
86
87string StrCat(const AlphaNum &a, const AlphaNum &b) {
88 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