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

Method asyncRead

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

Source from the content-addressed store, hash-verified

894
895AsyncDuplexStream::AsyncDuplexStream() {}
896
897Result AsyncDuplexStream::asyncRead() { return Result(true); }
898
899Result AsyncDuplexStream::init(AsyncBuffersPool& buffersPool, Span<AsyncReadableStream::Request> readableRequests,

Callers

nothing calls this directly

Calls 1

ResultClass · 0.50

Tested by

no test coverage detected