MCPcopy Create free account
hub / github.com/boostorg/beast / started

Method started

test/bench/parser/nodejs_parser.hpp:551–555  ·  view source on GitHub ↗

Returns `true` if at least one byte has been processed

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected