MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / store

Method store

src/openswathalgo/source/OPENSWATHALGO/DATAACCESS/DataFrameWriter.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void DataMatrix::store(const std::string& rowname,
27 const std::vector<double>& values)
28 {
29 rownames_.push_back(rowname);
30 store_.push_back(values);
31 }
32
33 void DataMatrix::colnames(const std::vector<std::string>& colnames)
34 {

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected