MCPcopy Create free account
hub / github.com/BirolLab/abyss / getProperTableName

Method getProperTableName

DataBase/DB.cc:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36string DB::getProperTableName(const string& table)
37{
38 string temp = table;
39 replace(temp.begin(), temp.end(), '-', '_');
40 return temp;
41}
42
43void DB::createTables()
44{

Callers 1

populateOneTableFunction · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected