| 771 | |
| 772 | public: |
| 773 | boost_direct_impl(parse_options const& popts) |
| 774 | : base_boost_impl("direct", false, popts) |
| 775 | {} |
| 776 | |
| 777 | clock_type::duration |
| 778 | parse(file_item const& fi, std::size_t repeat) const override |
nothing calls this directly
no outgoing calls
no test coverage detected