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

Function StrAppend

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

Source from the content-addressed store, hash-verified

163} // namespace internal
164
165void StrAppend(string *result, const AlphaNum &a) {
166 DCHECK_NO_OVERLAP(*result, a);
167 result->append(a.data(), a.size());
168}
169
170void StrAppend(string *result, const AlphaNum &a, const AlphaNum &b) {
171 DCHECK_NO_OVERLAP(*result, a);

Callers

nothing calls this directly

Calls 8

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

Tested by

no test coverage detected