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

Method clear

Tests/Libraries/Http/HttpStringAppend.h:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 char* data() const { return static_cast<char*>(directAccess.data); }
15
16 void clear() { (void)resizeWithoutInitializing(0); }
17
18 [[nodiscard]] bool append(StringSpan span) { return append(span.toCharSpan(), 0); }
19

Callers 15

finalizeMethod · 0.45
sessionLayerMethod · 0.45
parametricTestMethod · 0.45
resizeTestMethod · 0.45
basicMethod · 0.45
getMethod · 0.45
headMethod · 0.45
putMethod · 0.45
postMultipartMethod · 0.45
sendRawMethod · 0.45
testMultipartMethod · 0.45
HttpParserTestMethod · 0.45

Calls 1

Tested by 15

sessionLayerMethod · 0.36
parametricTestMethod · 0.36
resizeTestMethod · 0.36
basicMethod · 0.36
getMethod · 0.36
headMethod · 0.36
putMethod · 0.36
postMultipartMethod · 0.36
sendRawMethod · 0.36
testMultipartMethod · 0.36
HttpParserTestMethod · 0.36
testRequestMethod · 0.36