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

Function SkipSpaces

tensorflow/core/lib/strings/numbers.cc:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 return str[0];
217}
218void SkipSpaces(StringPiece* str) {
219 while (isspace(SafeFirstChar(*str))) str->remove_prefix(1);
220}
221} // namespace
222
223bool safe_strto64(StringPiece str, int64* value) {

Callers 4

safe_strto64Function · 0.85
safe_strtou64Function · 0.85
safe_strto32Function · 0.85
safe_strtou32Function · 0.85

Calls 1

SafeFirstCharFunction · 0.85

Tested by

no test coverage detected