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

Method append

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

Source from the content-addressed store, hash-verified

16 void clear() { (void)resizeWithoutInitializing(0); }
17
18 [[nodiscard]] bool append(StringSpan span) { return append(span.toCharSpan(), 0); }
19
20 [[nodiscard]] bool append(Span<const char> span, size_t extraZeroes)
21 {

Calls 6

appendFunction · 0.50
sizeFunction · 0.50
dataFunction · 0.50
sizeInBytesMethod · 0.45
dataMethod · 0.45