MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / Data

Method Data

src/Data.cpp:28–31  ·  view source on GitHub ↗

contructors */

Source from the content-addressed store, hash-verified

26{
27 /** contructors */
28 Data::Data()
29 {
30 this->_Config = &GlobalDataConfig;
31 }
32
33 Data::Data(std::string Input)
34 {

Callers

nothing calls this directly

Calls 2

constructFromStringMethod · 0.80
constructEmptyMethod · 0.80

Tested by

no test coverage detected