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

Method asyncResumeReading

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

Source from the content-addressed store, hash-verified

343AsyncReadableStream::~AsyncReadableStream() {}
344
345Result AsyncReadableStream::asyncResumeReading() { return Result(true); }
346
347Result AsyncReadableStream::asyncDestroyReadable() { return finishedDestroyingReadable(); }
348

Callers

nothing calls this directly

Calls 1

ResultClass · 0.50

Tested by

no test coverage detected