Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
string DB::getProperTableName(const string& table)
37
{
38
string temp = table;
39
replace(temp.begin(), temp.end(),
'-'
,
'_'
);
40
return temp;
41
}
42
43
void DB::createTables()
44
{
Callers
1
populateOneTable
Function · 0.80
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected