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

Method asyncDestroyWritable

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

Source from the content-addressed store, hash-verified

670bool AsyncWritableStream::canEndWritable() { return true; }
671
672Result AsyncWritableStream::asyncDestroyWritable()
673{
674 finishedDestroyingWritable();
675 return Result(true);
676}
677
678void AsyncWritableStream::finishedDestroyingWritable()
679{

Callers

nothing calls this directly

Calls 1

ResultClass · 0.50

Tested by

no test coverage detected