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

Method Tell

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

Source from the content-addressed store, hash-verified

102 }
103 Status Sync() override { return Status::OK(); }
104 Status Tell(int64* pos) override {
105 *pos = contents_.size();
106 return Status::OK();
107 }
108
109 Status Append(StringPiece data) override {
110 contents_.append(data.data(), data.size());

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected