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

Method reset

Libraries/Http/HttpConnection.cpp:186–191  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------------- HttpMultipartWriter -------------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

184// HttpMultipartWriter
185//-------------------------------------------------------------------------------------------------------
186void HttpMultipartWriter::reset()
187{
188 numParts = 0;
189 boundary = {};
190 ::memset(boundaryStorage, 0, sizeof(boundaryStorage));
191}
192
193Result HttpMultipartWriter::setBoundary(StringSpan boundaryValue)
194{

Callers 3

resetIncomingMethod · 0.45
setHeaderMemoryMethod · 0.45
deactivateMethod · 0.45

Calls 5

resetFunction · 0.85
unpipeMethod · 0.80
destroyMethod · 0.45
isValidMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected