Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
finalize
Method · 0.45
sessionLayer
Method · 0.45
parametricTest
Method · 0.45
resizeTest
Method · 0.45
basic
Method · 0.45
get
Method · 0.45
head
Method · 0.45
put
Method · 0.45
postMultipart
Method · 0.45
sendRaw
Method · 0.45
testMultipart
Method · 0.45
HttpParserTest
Method · 0.45
Calls
1
resizeWithoutInitializing
Function · 0.85
Tested by
15
sessionLayer
Method · 0.36
parametricTest
Method · 0.36
resizeTest
Method · 0.36
basic
Method · 0.36
get
Method · 0.36
head
Method · 0.36
put
Method · 0.36
postMultipart
Method · 0.36
sendRaw
Method · 0.36
testMultipart
Method · 0.36
HttpParserTest
Method · 0.36
testRequest
Method · 0.36