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

Method TEST_SkipToNextSpecialByte

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

Expose SkipToNextSpecialByte for testing purposes

Source from the content-addressed store, hash-verified

154
155// Expose SkipToNextSpecialByte for testing purposes
156const char* OrderedCode::TEST_SkipToNextSpecialByte(const char* start,
157 const char* limit) {
158 return SkipToNextSpecialByte(start, limit);
159}
160
161// Helper routine to encode "s" and append to "*dest", escaping special
162// characters.

Callers

nothing calls this directly

Calls 1

SkipToNextSpecialByteFunction · 0.85

Tested by

no test coverage detected