MCPcopy 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

initMethod · 0.85
initMethod · 0.85
asyncWriteMethod · 0.85
canEndWritableMethod · 0.85
onChunkBodyWrittenMethod · 0.85
sendBytesMethod · 0.85

Calls 4

IDFunction · 0.85
placementNewFunction · 0.85
dtorFunction · 0.85
sizeInBytesMethod · 0.45

Tested by 4

initMethod · 0.68
initMethod · 0.68