Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ AsyncBufferView
Function
AsyncBufferView
Libraries/AsyncStreams/AsyncStreams.h:88–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
};
87
88
AsyncBufferView() : writableData(), offset(0), length(0), refs(0), type(Type::Empty), reUse(false) {}
89
AsyncBufferView(Span<char> data) : writableData(data)
90
{
91
type = Type::Writable;
Callers
9
init
Method · 0.85
gzipResponseDecompression
Method · 0.85
deflateResponseDecompression
Method · 0.85
init
Method · 0.85
onHeadersBufferWritten
Method · 0.85
asyncWrite
Method · 0.85
canEndWritable
Method · 0.85
onChunkBodyWritten
Method · 0.85
sendBytes
Method · 0.85
Calls
4
ID
Function · 0.85
placementNew
Function · 0.85
dtor
Function · 0.85
sizeInBytes
Method · 0.45
Tested by
4
init
Method · 0.68
gzipResponseDecompression
Method · 0.68
deflateResponseDecompression
Method · 0.68
init
Method · 0.68