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

Method asyncDestroyReadable

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

Source from the content-addressed store, hash-verified

345Result AsyncReadableStream::asyncResumeReading() { return Result(true); }
346
347Result AsyncReadableStream::asyncDestroyReadable() { return finishedDestroyingReadable(); }
348
349Result AsyncReadableStream::start()
350{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected