MCPcopy Create free account
hub / github.com/bytecodealliance/wstd / as_async_output_stream

Method as_async_output_stream

src/io/stdio.rs:96–98  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

94
95 #[inline]
96 fn as_async_output_stream(&self) -> Option<&AsyncOutputStream> {
97 self.stream.as_async_output_stream()
98 }
99}
100
101/// Use the program's stdout as an `AsyncOutputStream`.

Callers 1

copyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected