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

Method Append

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

Source from the content-addressed store, hash-verified

107 }
108
109 Status Append(StringPiece data) override {
110 contents_.append(data.data(), data.size());
111 return Status::OK();
112 }
113
114 private:
115 string contents_;

Callers

nothing calls this directly

Calls 3

appendMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected