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

Method emitError

Libraries/AsyncStreams/AsyncStreams.cpp:629–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

627AsyncBuffersPool& AsyncReadableStream::getBuffersPool() { return *buffers; }
628
629void AsyncReadableStream::emitError(Result error) { eventError.emit(error); }
630
631void AsyncReadableStream::maybeDestroyEndedReadable()
632{

Callers 4

onResponseBodyMethod · 0.80
onErrorMethod · 0.80
onWakeUpMethod · 0.80
afterReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected