Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
void StripTrailingWhitespace(string* s) {
39
absl::StripTrailingAsciiWhitespace(s);
40
}
41
42
size_t RemoveLeadingWhitespace(StringPiece* text) {
43
absl::string_view new_text = absl::StripLeadingAsciiWhitespace(*text);
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.68