MCPcopy Create free account
hub / github.com/baidu/tera / WriteTable

Function WriteTable

src/admincli.cc:571–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571void WriteTable(const TableMeta& meta, std::ofstream& ofs) {
572 std::string key, value;
573 MakeMetaTableKeyValue(meta, &key, &value);
574 WriteToStream(ofs, key, value);
575}
576
577void WriteTablet(const TabletMeta& meta, std::ofstream& ofs) {
578 std::string key, value;

Callers 1

ProcessMetaFunction · 0.85

Calls 2

MakeMetaTableKeyValueFunction · 0.85
WriteToStreamFunction · 0.85

Tested by

no test coverage detected