Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ setTabWidth
Method
setTabWidth
src/openms/source/CONCEPT/FuzzyStringComparator.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void FuzzyStringComparator::setTabWidth(const int rhs)
126
{
127
this->tab_width_ = rhs;
128
}
129
130
const int& FuzzyStringComparator::getFirstColumn() const
131
{
Callers
2
main_
Method · 0.80
FuzzyStringComparator_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected