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

Function IsSpecialByte

tensorflow/core/lib/strings/ordered_code.cc:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137inline bool IsSpecialByte(char c) {
138 return (static_cast<unsigned char>(c + 1)) < 2;
139}
140
141// Return a pointer to the first byte in the range "[start..limit)"
142// whose value is 0 or 255 (kEscape1 or kEscape2). If no such byte

Callers 3

SkipToNextSpecialByteFunction · 0.85
EncodeStringFragmentFunction · 0.85
ReadStringInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected