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

Method ToStringPiecePair

tensorflow/core/lib/io/table_test.cc:372–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370 }
371
372 StringPiecePair ToStringPiecePair(const KVMap& data,
373 const KVMap::const_iterator& it) {
374 if (it == data.end()) {
375 return StringPiecePair("END", "");
376 } else {
377 return StringPiecePair(it->first, it->second);
378 }
379 }
380
381 StringPiecePair ToStringPiecePair(const KVMap& data,
382 const KVMap::const_reverse_iterator& it) {

Callers

nothing calls this directly

Calls 5

rendMethod · 0.80
endMethod · 0.45
ValidMethod · 0.45
keyMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected