| 47 | } |
| 48 | |
| 49 | Encode::Start::Start(const std::optional<index_t>& start) : Section((byte_t)0x08){ |
| 50 | if(start){ |
| 51 | Encode::Section::Stream stream(buffer); |
| 52 | stream << start.value(); |
| 53 | } |
| 54 | } |
nothing calls this directly
no outgoing calls
no test coverage detected