ToDo: This is a bit weird, but seems needed (for now) to allow for the cripts::Header::Method::* constants.
| 100 | // ToDo: This is a bit weird, but seems needed (for now) to allow for the |
| 101 | // cripts::Header::Method::* constants. |
| 102 | [[nodiscard]] cripts::string_view::const_pointer |
| 103 | Data() const |
| 104 | { |
| 105 | CAssert(_method.size() > 0); |
| 106 | return _method.data(); |
| 107 | } |
| 108 | |
| 109 | cripts::string_view::const_pointer |
| 110 | Data() |
no test coverage detected