MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / view

Method view

Tests/Libraries/Http/HttpAsyncClientTest.cpp:1092–1092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Calls

no outgoing calls

Tested by

no test coverage detected