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

Method ReadLineAsString

tensorflow/core/lib/io/buffered_inputstream.cc:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201string BufferedInputStream::ReadLineAsString() {
202 string result;
203 ReadLineHelper(&result, true).IgnoreError();
204 return result;
205}
206
207} // namespace io
208} // namespace tensorflow

Callers 1

readlineMethod · 0.80

Calls 1

IgnoreErrorMethod · 0.45

Tested by

no test coverage detected