Returns `true` if at least one byte has been processed
| 549 | |
| 550 | /// Returns `true` if at least one byte has been processed |
| 551 | bool |
| 552 | started() |
| 553 | { |
| 554 | return started_; |
| 555 | } |
| 556 | |
| 557 | private: |
| 558 | friend class http::nodejs_basic_parser<nodejs_parser>; |
nothing calls this directly
no outgoing calls
no test coverage detected