MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getTabCount

Method getTabCount

libraries/LineFormatter/LineFormatter.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228
229uint8_t LineFormatter::getTabCount()
230{
231 return _tabCount;
232}
233
234
235uint8_t LineFormatter::getTabStop(uint8_t n)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64