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

Function CUnescape

tensorflow/core/platform/str_util.cc:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32string CEscape(StringPiece src) { return absl::CEscape(src); }
33
34bool CUnescape(StringPiece source, string* dest, string* error) {
35 return absl::CUnescape(source, dest, error);
36}
37
38void StripTrailingWhitespace(string* s) {
39 absl::StripTrailingAsciiWhitespace(s);

Callers 6

LexStringMethod · 0.85
ConvertLineFunction · 0.85
FinalizeAttrFunction · 0.85
ExpectCUnescapeSuccessFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

ExpectCUnescapeSuccessFunction · 0.68
TESTFunction · 0.68