Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
218
void SkipSpaces(StringPiece* str) {
219
while (isspace(SafeFirstChar(*str))) str->remove_prefix(1);
220
}
221
} // namespace
222
223
bool safe_strto64(StringPiece str, int64* value) {
Callers
4
safe_strto64
Function · 0.85
safe_strtou64
Function · 0.85
safe_strto32
Function · 0.85
safe_strtou32
Function · 0.85
Calls
1
SafeFirstChar
Function · 0.85
Tested by
no test coverage detected