Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ getTabStop
Method
getTabStop
libraries/LineFormatter/LineFormatter.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
234
235
uint8_t LineFormatter::getTabStop(uint8_t n)
236
{
237
return _tabStop[n];
238
}
239
240
241
void LineFormatter::printRuler(uint8_t length)
Callers
1
unittest
Function · 0.80
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.64