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

Method size

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

Source from the content-addressed store, hash-verified

11struct HttpStringAppend : public IGrowableBuffer
12{
13 size_t size() const { return directAccess.sizeInBytes; }
14 char* data() const { return static_cast<char*>(directAccess.data); }
15
16 void clear() { (void)resizeWithoutInitializing(0); }

Callers 15

asSaneFunction · 0.45
GrowableBufferSTLMethod · 0.45
finalizeMethod · 0.45
vectorFormatMethod · 0.45
BufferTestMethod · 0.45
parametricTestMethod · 0.45
checkEqualMethod · 0.45
resizeTestMethod · 0.45
funcRequiringBufferFunction · 0.45
basicMethod · 0.45
StringTestMethod · 0.45
getMethod · 0.45

Calls

no outgoing calls

Tested by 15

vectorFormatMethod · 0.36
BufferTestMethod · 0.36
parametricTestMethod · 0.36
checkEqualMethod · 0.36
resizeTestMethod · 0.36
funcRequiringBufferFunction · 0.36
basicMethod · 0.36
StringTestMethod · 0.36
getMethod · 0.36
headMethod · 0.36
putMethod · 0.36
postMultipartMethod · 0.36