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

Function StripTrailingWhitespace

tensorflow/core/platform/str_util.cc:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void StripTrailingWhitespace(string* s) {
39 absl::StripTrailingAsciiWhitespace(s);
40}
41
42size_t RemoveLeadingWhitespace(StringPiece* text) {
43 absl::string_view new_text = absl::StripLeadingAsciiWhitespace(*text);

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68