Method
getPos
////////////////////////////////////// MISCELLANEOUS
Source from the content-addressed store, hash-verified
| 209 | // MISCELLANEOUS |
| 210 | // |
| 211 | uint8_t LineFormatter::getPos() |
| 212 | { |
| 213 | return _pos; |
| 214 | } |
| 215 | |
| 216 | |
| 217 | void LineFormatter::resetLineCount() |