| 1090 | SC_ASSERT_RELEASE(connection->response.getWritableStream().write("stored")); |
| 1091 | SC_ASSERT_RELEASE(connection->response.end()); |
| 1092 | } |
| 1093 | |
| 1094 | [[nodiscard]] StringSpan view() const { return {body.toSpanConst(), false, StringEncoding::Ascii}; } |
| 1095 | } serverCtx; |
no outgoing calls
no test coverage detected