Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
201
string BufferedInputStream::ReadLineAsString() {
202
string result;
203
ReadLineHelper(&result, true).IgnoreError();
204
return result;
205
}
206
207
} // namespace io
208
} // namespace tensorflow
Callers
1
readline
Method · 0.80
Calls
1
IgnoreError
Method · 0.45
Tested by
no test coverage detected