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

Method empty

tensorflow/core/lib/strings/scanner.h:159–159  ·  view source on GitHub ↗

Returns false if there are no remaining characters to consume.

Source from the content-addressed store, hash-verified

157
158 // Returns false if there are no remaining characters to consume.
159 int empty() const { return cur_.empty(); }
160
161 // Returns true if the input string successfully matched. When true is
162 // returned, the remaining string is returned in <remaining> and the captured

Callers 15

ScanUntilImplMethod · 0.45
SafeFirstCharFunction · 0.45
safe_strto64Function · 0.45
safe_strtou64Function · 0.45
safe_strto32Function · 0.45
safe_strtou32Function · 0.45
HexStringToUint64Function · 0.45
ReadNumIncreasingMethod · 0.45
TestReadFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestReadFunction · 0.36
TESTFunction · 0.36