Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ clearTabs
Method
clearTabs
libraries/LineFormatter/LineFormatter.cpp:162–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
161
162
void LineFormatter::clearTabs()
163
{
164
_tabCount = 0;
165
for (uint8_t i = 0; i < MAX_TAB_STOPS; i++)
166
{
167
_tabStop[i] = 0;
168
}
169
};
170
171
172
bool LineFormatter::removeTab(uint8_t pos)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64